Future<void> leaveChannel({ required String channelId, }) => _send( rtpb.Envelope(channelLeave: rtpb.ChannelLeave(channelId: channelId)), );