Implementation
Map<String, dynamic> get updateFunctions => {
'updateRoomName': updateRoomName,
'updateMember': updateMember,
'updateAdminPasscode': updateAdminPasscode,
'updateYouAreCoHost': updateYouAreCoHost,
'updateYouAreHost': updateYouAreHost,
'updateIslevel': updateIslevel,
'updateCoHost': updateCoHost,
'updateCoHostResponsibility': updateCoHostResponsibility,
'updateConfirmedToRecord': updateConfirmedToRecord,
'updateMeetingDisplayType': updateMeetingDisplayType,
'updateMeetingVideoOptimized': updateMeetingVideoOptimized,
'updateEventType': updateEventType,
'updateParticipants': updateParticipants,
'updateParticipantsCounter': updateParticipantsCounter,
'updateParticipantsFilter': updateParticipantsFilter,
'updateConsumeSockets': updateConsumeSockets,
'updateRtpCapabilities': updateRtpCapabilities,
'updateRoomRecvIPs': updateRoomRecvIPs,
'updateMeetingRoomParams': updateMeetingRoomParams,
'updateItemPageLimit': updateItemPageLimit,
'updateAudioOnlyRoom': updateAudioOnlyRoom,
'updateAddForBasic': updateAddForBasic,
'updateScreenPageLimit': updateScreenPageLimit,
'updateShareScreenStarted': updateShareScreenStarted,
'updateShared': updateShared,
'updateTargetOrientation': updateTargetOrientation,
'updateTargetResolution': updateTargetResolution,
'updateTargetResolutionHost': updateTargetResolutionHost,
'updateVidCons': updateVidCons,
'updateFrameRate': updateFrameRate,
'updateHParams': updateHParams,
'updateVParams': updateVParams,
'updateScreenParams': updateScreenParams,
'updateAParams': updateAParams,
'updateRecordingAudioPausesLimit': updateRecordingAudioPausesLimit,
'updateRecordingAudioPausesCount': updateRecordingAudioPausesCount,
'updateRecordingAudioSupport': updateRecordingAudioSupport,
'updateRecordingAudioPeopleLimit': updateRecordingAudioPeopleLimit,
'updateRecordingAudioParticipantsTimeLimit':
updateRecordingAudioParticipantsTimeLimit,
'updateRecordingVideoPausesCount': updateRecordingVideoPausesCount,
'updateRecordingVideoPausesLimit': updateRecordingVideoPausesLimit,
'updateRecordingVideoSupport': updateRecordingVideoSupport,
'updateRecordingVideoPeopleLimit': updateRecordingVideoPeopleLimit,
'updateRecordingVideoParticipantsTimeLimit':
updateRecordingVideoParticipantsTimeLimit,
'updateRecordingAllParticipantsSupport':
updateRecordingAllParticipantsSupport,
'updateRecordingVideoParticipantsSupport':
updateRecordingVideoParticipantsSupport,
'updateRecordingAllParticipantsFullRoomSupport':
updateRecordingAllParticipantsFullRoomSupport,
'updateRecordingVideoParticipantsFullRoomSupport':
updateRecordingVideoParticipantsFullRoomSupport,
'updateRecordingPreferredOrientation':
updateRecordingPreferredOrientation,
'updateRecordingSupportForOtherOrientation':
updateRecordingSupportForOtherOrientation,
'updateRecordingMultiFormatsSupport':
updateRecordingMultiFormatsSupport,
'updateUserRecordingParams': updateUserRecordingParams,
'updateCanRecord': updateCanRecord,
'updateStartReport': updateStartReport,
'updateEndReport': updateEndReport,
'updateRecordTimerInterval': updateRecordTimerInterval,
'updateRecordStartTime': updateRecordStartTime,
'updateRecordElapsedTime': updateRecordElapsedTime,
'updateIsTimerRunning': updateIsTimerRunning,
'updateCanPauseResume': updateCanPauseResume,
'updateRecordChangeSeconds': updateRecordChangeSeconds,
'updatePauseLimit': updatePauseLimit,
'updatePauseRecordCount': updatePauseRecordCount,
'updateCanLaunchRecord': updateCanLaunchRecord,
'updateStopLaunchRecord': updateStopLaunchRecord,
'updateParticipantsAll': updateParticipantsAll,
'updateFirstAll': updateFirstAll,
'updateUpdateMainWindow': updateUpdateMainWindow,
'updateFirstRound': updateFirstRound,
'updateLandScaped': updateLandScaped,
'updateLockScreen': updateLockScreen,
'updateScreenId': updateScreenId,
'updateAllVideoStreams': updateAllVideoStreams,
'updateNewLimitedStreams': updateNewLimitedStreams,
'updateNewLimitedStreamsIDs': updateNewLimitedStreamsIDs,
'updateActiveSounds': updateActiveSounds,
'updateScreenShareIDStream': updateScreenShareIDStream,
'updateScreenShareNameStream': updateScreenShareNameStream,
'updateAdminIDStream': updateAdminIDStream,
'updateAdminNameStream': updateAdminNameStream,
'updateYouYouStream': updateYouYouStream,
'updateYouYouStreamIDs': updateYouYouStreamIDs,
'updateLocalStream': updateLocalStream,
'updateRecordStarted': updateRecordStarted,
'updateRecordResumed': updateRecordResumed,
'updateRecordPaused': updateRecordPaused,
'updateRecordStopped': updateRecordStopped,
'updateAdminRestrictSetting': updateAdminRestrictSetting,
'updateVideoRequestState': updateVideoRequestState,
'updateVideoRequestTime': updateVideoRequestTime,
'updateVideoAction': updateVideoAction,
'updateLocalStreamVideo': updateLocalStreamVideo,
'updateUserDefaultVideoInputDevice': updateUserDefaultVideoInputDevice,
'updateCurrentFacingMode': updateCurrentFacingMode,
'updatePrevFacingMode': updatePrevFacingMode,
'updateDefVideoID': updateDefVideoID,
'updateAllowed': updateAllowed,
'updateDispActiveNames': updateDispActiveNames,
'updatePDispActiveNames': updatePDispActiveNames,
'updateActiveNames': updateActiveNames,
'updatePrevActiveNames': updatePrevActiveNames,
'updatePActiveNames': updatePActiveNames,
'updateMembersReceived': updateMembersReceived,
'updateDeferScreenReceived': updateDeferScreenReceived,
'updateHostFirstSwitch': updateHostFirstSwitch,
'updateMicAction': updateMicAction,
'updateScreenAction': updateScreenAction,
'updateChatAction': updateChatAction,
'updateAudioRequestState': updateAudioRequestState,
'updateScreenRequestState': updateScreenRequestState,
'updateChatRequestState': updateChatRequestState,
'updateAudioRequestTime': updateAudioRequestTime,
'updateScreenRequestTime': updateScreenRequestTime,
'updateChatRequestTime': updateChatRequestTime,
'updateOldSoundIds': updateOldSoundIds,
'updateHostLabel': updateHostLabel,
'updateMainScreenFilled': updateMainScreenFilled,
'updateLocalStreamScreen': updateLocalStreamScreen,
'updateScreenAlreadyOn': updateScreenAlreadyOn,
'updateChatAlreadyOn': updateChatAlreadyOn,
'updateRedirectURL': updateRedirectURL,
'updateOldAllStreams': updateOldAllStreams,
'updateAdminVidID': updateAdminVidID,
'updateStreamNames': updateStreamNames,
'updateNonAlVideoStreams': updateNonAlVideoStreams,
'updateSortAudioLoudness': updateSortAudioLoudness,
'updateAudioDecibels': updateAudioDecibels,
'updateMixedAlVideoStreams': updateMixedAlVideoStreams,
'updateNonAlVideoStreamsMuted': updateNonAlVideoStreamsMuted,
'updatePaginatedStreams': updatePaginatedStreams,
'updateLocalStreamAudio': updateLocalStreamAudio,
'updateDefAudioID': updateDefAudioID,
'updateUserDefaultAudioInputDevice': updateUserDefaultAudioInputDevice,
'updateUserDefaultAudioOutputDevice':
updateUserDefaultAudioOutputDevice,
'updatePrevAudioInputDevice': updatePrevAudioInputDevice,
'updatePrevVideoInputDevice': updatePrevVideoInputDevice,
'updateAudioPaused': updateAudioPaused,
'updateMainScreenPerson': updateMainScreenPerson,
'updateAdminOnMainScreen': updateAdminOnMainScreen,
'updateScreenStates': updateScreenStates,
'updatePrevScreenStates': updatePrevScreenStates,
'updateUpdateDateState': updateUpdateDateState,
'updateLastUpdate': updateLastUpdate,
'updateNForReadjustRecord': updateNForReadjustRecord,
'updateFixedPageLimit': updateFixedPageLimit,
'updateRemoveAltGrid': updateRemoveAltGrid,
'updateNForReadjust': updateNForReadjust,
'updateLastReorderTime': updateLastReorderTime,
'updateAudStreamNames': updateAudStreamNames,
'updateCurrentUserPage': updateCurrentUserPage,
'updateMainHeightWidth': updateMainHeightWidth,
'updatePrevMainHeightWidth': updatePrevMainHeightWidth,
'updatePrevDoPaginate': updatePrevDoPaginate,
'updateDoPaginate': updateDoPaginate,
'updateShareEnded': updateShareEnded,
'updateLStreams': updateLStreams,
'updateChatRefStreams': updateChatRefStreams,
'updateControlHeight': updateControlHeight,
'updateIsWideScreen': updateIsWideScreen,
'updateIsMediumScreen': updateIsMediumScreen,
'updateIsSmallScreen': updateIsSmallScreen,
'updateAddGrid': updateAddGrid,
'updateAddAltGrid': updateAddAltGrid,
'updateGridRows': updateGridRows,
'updateGridCols': updateGridCols,
'updateAltGridRows': updateAltGridRows,
'updateAltGridCols': updateAltGridCols,
'updateNumberPages': updateNumberPages,
'updateCurrentStreams': updateCurrentStreams,
'updateShowMiniView': updateShowMiniView,
'updateNStream': updateNStream,
'updateDeferReceive': updateDeferReceive,
'updateAllAudioStreams': updateAllAudioStreams,
'updateRemoteScreenStream': updateRemoteScreenStream,
'updateScreenProducer': updateScreenProducer,
'updateLocalScreenProducer': updateLocalScreenProducer,
'updateGotAllVids': updateGotAllVids,
'updatePaginationHeightWidth': updatePaginationHeightWidth,
'updatePaginationDirection': updatePaginationDirection,
'updateGridSizes': updateGridSizes,
'updateScreenForceFullDisplay': updateScreenForceFullDisplay,
'updateMainGridStream': updateMainGridStream,
'updateOtherGridStreams': updateOtherGridStreams,
'updateAudioOnlyStreams': updateAudioOnlyStreams,
'updateVideoInputs': updateVideoInputs,
'updateAudioInputs': updateAudioInputs,
'updateMeetingProgressTime': updateMeetingProgressTime,
'updateMeetingElapsedTime': updateMeetingElapsedTime,
'updateRefParticipants': updateRefParticipants,
'updateMessages': updateMessages,
'updateStartDirectMessage': updateStartDirectMessage,
'updateDirectMessageDetails': updateDirectMessageDetails,
'updateShowMessagesBadge': updateShowMessagesBadge,
'updateAudioSetting': updateAudioSetting,
'updateVideoSetting': updateVideoSetting,
'updateScreenshareSetting': updateScreenshareSetting,
'updateChatSetting': updateChatSetting,
'updateAutoWave': updateAutoWave,
'updateForceFullDisplay': updateForceFullDisplay,
'updatePrevForceFullDisplay': updatePrevForceFullDisplay,
'updatePrevMeetingDisplayType': updatePrevMeetingDisplayType,
'updateWaitingRoomFilter': updateWaitingRoomFilter,
'updateWaitingRoomList': updateWaitingRoomList,
'updateWaitingRoomCounter': updateWaitingRoomCounter,
'updateRequestFilter': updateRequestFilter,
'updateRequestList': updateRequestList,
'updateRequestCounter': updateRequestCounter,
'updateTotalReqWait': updateTotalReqWait,
'updateIsMenuModalVisible': updateIsMenuModalVisible,
'updateIsRecordingModalVisible': updateIsRecordingModalVisible,
'updateIsSettingsModalVisible': updateIsSettingsModalVisible,
'updateIsRequestsModalVisible': updateIsRequestsModalVisible,
'updateIsWaitingModalVisible': updateIsWaitingModalVisible,
'updateIsCoHostModalVisible': updateIsCoHostModalVisible,
'updateIsMediaSettingsModalVisible': updateIsMediaSettingsModalVisible,
'updateIsDisplaySettingsModalVisible':
updateIsDisplaySettingsModalVisible,
'updateIsParticipantsModalVisible': updateIsParticipantsModalVisible,
'updateIsMessagesModalVisible': updateIsMessagesModalVisible,
'updateIsConfirmExitModalVisible': updateIsConfirmExitModalVisible,
'updateIsConfirmHereModalVisible': updateIsConfirmHereModalVisible,
'updateIsLoadingModalVisible': updateIsLoadingModalVisible,
'updateRecordingMediaOptions': updateRecordingMediaOptions,
'updateRecordingAudioOptions': updateRecordingAudioOptions,
'updateRecordingVideoOptions': updateRecordingVideoOptions,
'updateRecordingVideoType': updateRecordingVideoType,
'updateRecordingVideoOptimized': updateRecordingVideoOptimized,
'updateRecordingDisplayType': updateRecordingDisplayType,
'updateRecordingAddHLS': updateRecordingAddHLS,
'updateRecordingNameTags': updateRecordingNameTags,
'updateRecordingBackgroundColor': updateRecordingBackgroundColor,
'updateRecordingNameTagsColor': updateRecordingNameTagsColor,
'updateRecordingAddText': updateRecordingAddText,
'updateRecordingCustomText': updateRecordingCustomText,
'updateRecordingCustomTextPosition': updateRecordingCustomTextPosition,
'updateRecordingCustomTextColor': updateRecordingCustomTextColor,
'updateRecordingOrientationVideo': updateRecordingOrientationVideo,
'updateClearedToResume': updateClearedToResume,
'updateClearedToRecord': updateClearedToRecord,
'updateRecordState': updateRecordState,
'updateShowRecordButtons': updateShowRecordButtons,
'updateRecordingProgressTime': updateRecordingProgressTime,
'updateAudioSwitching': updateAudioSwitching,
'updateVideoSwitching': updateVideoSwitching,
'updateVideoAlreadyOn': updateVideoAlreadyOn,
'updateAudioAlreadyOn': updateAudioAlreadyOn,
'updateComponentSizes': updateComponentSizes,
'updateHasCameraPermission': updateHasCameraPermission,
'updateHasAudioPermission': updateHasAudioPermission,
'updateTransportCreated': updateTransportCreated,
'updateLocalTransportCreated': updateLocalTransportCreated,
'updateTransportCreatedVideo': updateTransportCreatedVideo,
'updateTransportCreatedAudio': updateTransportCreatedAudio,
'updateTransportCreatedScreen': updateTransportCreatedScreen,
'updateProducerTransport': updateProducerTransport,
'updateLocalProducerTransport': updateLocalProducerTransport,
'updateVideoProducer': updateVideoProducer,
'updateLocalVideoProducer': updateLocalVideoProducer,
'updateParams': updateParams,
'updateVideoParams': updateVideoParams,
'updateAudioParams': updateAudioParams,
'updateAudioProducer': updateAudioProducer,
'updateAudioLevel': updateAudioLevel,
'updateLocalAudioProducer': updateLocalAudioProducer,
'updateConsumerTransports': updateConsumerTransports,
'updateConsumingTransports': updateConsumingTransports,
'updatePolls': updatePolls,
'updatePoll': updatePoll,
'updateIsPollModalVisible': updateIsPollModalVisible,
'updateBreakoutRooms': updateBreakoutRooms,
'updateCurrentRoomIndex': updateCurrentRoomIndex,
'updateCanStartBreakout': updateCanStartBreakout,
'updateBreakOutRoomStarted': updateBreakOutRoomStarted,
'updateBreakOutRoomEnded': updateBreakOutRoomEnded,
'updateHostNewRoom': updateHostNewRoom,
'updateLimitedBreakRoom': updateLimitedBreakRoom,
'updateMainRoomsLength': updateMainRoomsLength,
'updateMemberRoom': updateMemberRoom,
'updateIsBreakoutRoomsModalVisible': updateIsBreakoutRoomsModalVisible,
'updateDevice': updateDevice,
'updateSocket': updateSocket,
'updateLocalSocket': updateLocalSocket,
'updateValidated': updateValidated
};