producer_client/producer_client_emits/update_room_parameters_client library
Classes
- UpdateRoomParametersClientOptions
- Options class for updating room parameters
- UpdateRoomParametersClientParameters
- Parameters for updating room configuration
Functions
-
updateRoomParametersClient(
{required UpdateRoomParametersClientOptions options}) → void - Updates the room configuration parameters based on provided options.
Typedefs
- UpdateAddForBasic = void Function(bool)
- UpdateAdminPasscode = void Function(String)
- UpdateAParams = void Function(ProducerOptionsType)
- UpdateAudioOnlyRoom = void Function(bool)
- UpdateAudioSetting = void Function(String)
- UpdateAutoWave = void Function(bool)
- UpdateChatSetting = void Function(String)
- UpdateEventType = void Function(EventType)
- UpdateForceFullDisplay = void Function(bool)
- UpdateFrameRate = void Function(int)
- UpdateHParams = void Function(ProducerOptionsType)
- UpdateItemPageLimit = void Function(int)
- UpdateMainHeightWidth = void Function(double)
- UpdateMeetingDisplayType = void Function(String)
- UpdateMeetingRoomParams = void Function(MeetingRoomParams?)
- UpdateRecordingAllParticipantsFullRoomSupport = void Function(bool)
- UpdateRecordingAllParticipantsSupport = void Function(bool)
- UpdateRecordingAudioOptions = void Function(String)
- UpdateRecordingAudioParticipantsTimeLimit = void Function(int)
- UpdateRecordingAudioPausesCount = void Function(int)
- UpdateRecordingAudioPausesLimit = void Function(int)
- UpdateRecordingAudioPeopleLimit = void Function(int)
- UpdateRecordingAudioSupport = void Function(bool)
- UpdateRecordingMultiFormatsSupport = void Function(bool)
- UpdateRecordingPreferredOrientation = void Function(String)
- UpdateRecordingSupportForOtherOrientation = void Function(bool)
- UpdateRecordingVideoOptions = void Function(String)
- UpdateRecordingVideoParticipantsFullRoomSupport = void Function(bool)
- UpdateRecordingVideoParticipantsSupport = void Function(bool)
- UpdateRecordingVideoParticipantsTimeLimit = void Function(int)
- UpdateRecordingVideoPausesCount = void Function(int)
- UpdateRecordingVideoPausesLimit = void Function(int)
- UpdateRecordingVideoPeopleLimit = void Function(int)
- UpdateRecordingVideoSupport = void Function(bool)
- UpdateRoomParametersClientType = void Function(UpdateRoomParametersClientOptions options)
-
UpdateRoomRecvIPs
= void Function(List<
String> ) - UpdateRtpCapabilities = void Function(RtpCapabilities?)
- Type definitions for update functions
- UpdateScreenPageLimit = void Function(int)
- UpdateScreenParams = void Function(ProducerOptionsType)
- UpdateTargetResolution = void Function(String)
- UpdateTargetResolutionHost = void Function(String)
- UpdateVidCons = void Function(VidCons)
- UpdateVideoSetting = void Function(String)
- UpdateVParams = void Function(ProducerOptionsType)
- UpdateYouAreCoHost = void Function(bool)