audioParams
audioParams: ProducerOptions
localStreamScreen
localStreamScreen: MediaStream | null
canvasStream
canvasStream: MediaStream | null
whiteboardStarted
whiteboardStarted: boolean
whiteboardEnded
whiteboardEnded: boolean
connectSendTransportAudio
connectSendTransportScreen
audioProducer
audioProducer: Producer<AppData> | null
OptionallocalAudioProducer
localAudioProducer?: Producer<AppData> | null
updateAudioProducer
updateAudioProducer: (producer: Producer<AppData> | null) => void
OptionalupdateLocalAudioProducer
updateLocalAudioProducer?: (localProducer: Producer<AppData> | null) => void
updateAudioLevel
updateAudioLevel: (level: number) => void
screenProducer
screenProducer: Producer<AppData> | null
OptionallocalScreenProducer
localScreenProducer?: Producer<AppData> | null
screenParams
screenParams: ProducerOptions
updateScreenProducer
updateScreenProducer: (producer: Producer<AppData> | null) => void
OptionalupdateLocalScreenProducer
updateLocalScreenProducer?: (localProducer: Producer<AppData> | null) => void
OptionallocalVideoProducer
localVideoProducer?: Producer<AppData> | null
updateVideoProducer
updateVideoProducer: (producer: Producer<AppData> | null) => void
OptionalupdateLocalVideoProducer
updateLocalVideoProducer?: (localProducer: Producer<AppData> | null) => void
OptionallocalSocket
localSocket?: Socket<DefaultEventsMap, DefaultEventsMap>
producerTransport
producerTransport: Transport<AppData> | null
OptionallocalProducerTransport
localProducerTransport?: Transport<AppData> | null
OptionallocalTransportCreated
localTransportCreated?: boolean
updateProducerTransport
updateProducerTransport: (producerTransport: Transport<AppData> | null) => void
OptionalupdateLocalProducerTransport
updateLocalProducerTransport?: (
localTransport: Transport<AppData> | null,
) => void
updateTransportCreated
updateTransportCreated: (transportCreated: boolean) => void
OptionalupdateLocalTransportCreated
updateLocalTransportCreated?: (localTransportCreated: boolean) => void
OptionalscreenId
screenId?: string
OptionaladminVidID
adminVidID?: string
newLimitedStreamsIDs
newLimitedStreamsIDs: string[]
activeSounds
activeSounds: string[]
OptionalscreenShareIDStream
screenShareIDStream?: string
OptionalscreenShareNameStream
screenShareNameStream?: string
OptionaladminIDStream
adminIDStream?: string
OptionaladminNameStream
adminNameStream?: string
updateNewLimitedStreamsIDs
updateNewLimitedStreamsIDs: (ids: string[]) => void
updateActiveSounds
updateActiveSounds: (sounds: string[]) => void
updateScreenShareIDStream
updateScreenShareIDStream: (id: string) => void
updateScreenShareNameStream
updateScreenShareNameStream: (name: string) => void
updateAdminIDStream
updateAdminIDStream: (id: string) => void
updateAdminNameStream
updateAdminNameStream: (name: string) => void
changeVids
changeVids: ChangeVidsInvoker
localStream
localStream: MediaStream | null
transportCreated
transportCreated: boolean
transportCreatedVideo
transportCreatedVideo: boolean
videoAction
videoAction: boolean
videoParams
videoParams: ProducerOptions
localStreamVideo
localStreamVideo: MediaStream | null
defVideoID
defVideoID: string
userDefaultVideoInputDevice: string
params
params: ProducerOptions
OptionalvideoParamse
videoParamse?: ProducerOptions
updateMainWindow
updateMainWindow: boolean
lock_screen
lock_screen: boolean
shareScreenStarted
shareScreenStarted: boolean
device
device: Device | null
keepBackground
keepBackground: boolean
appliedBackground
appliedBackground: boolean
videoProducer
videoProducer: Producer<AppData> | null
OptionalremoveSingleVideoEncoding
removeSingleVideoEncoding?: boolean
updateTransportCreatedVideo
updateTransportCreatedVideo: (created: boolean) => void
updateVideoAlreadyOn
updateVideoAlreadyOn: (videoOn: boolean) => void
updateVideoAction
updateVideoAction: (videoAction: boolean) => void
updateLocalStream
updateLocalStream: (stream: MediaStream | null) => void
updateLocalStreamVideo
updateLocalStreamVideo: (stream: MediaStream | null) => void
updateUserDefaultVideoInputDevice: (device: string) => void
updateDefVideoID
updateDefVideoID: (id: string) => void
updateAllowed
updateAllowed: (allowed: boolean) => void
updateUpdateMainWindow
updateUpdateMainWindow: (updateMainWindow: boolean) => void
updateParticipants
updateParticipants: (participants: Participant[]) => void updateVideoParams
updateVideoParams: (params: ProducerOptions) => void
updateIsBackgroundModalVisible
updateIsBackgroundModalVisible: (isVisible: boolean) => void
updateAutoClickBackground
updateAutoClickBackground: (autoClick: boolean) => void
connectSendTransportVideo
frameRate
frameRate: number
mediaDevices: MediaDevices
hasCameraPermission
hasCameraPermission: boolean
updateVideoSwitching
updateVideoSwitching: (state: boolean) => void
checkMediaPermission: boolean
youAreCoHost
youAreCoHost: boolean
adminRestrictSetting
adminRestrictSetting: boolean
videoRequestState
videoRequestState: string | null
videoRequestTime
videoRequestTime: number
audioSetting
audioSetting: string
videoSetting
videoSetting: string
screenshareSetting
screenshareSetting: string
chatSetting
chatSetting: string
updateRequestIntervalSeconds
updateRequestIntervalSeconds: number
updateVideoRequestState
updateVideoRequestState: (state: string) => void
disconnectSendTransportVideo
recordStarted
recordStarted: boolean
recordResumed
recordResumed: boolean
recordStopped
recordStopped: boolean
recordPaused
recordPaused: boolean
recordingMediaOptions: string
videoAlreadyOn
videoAlreadyOn: boolean
currentFacingMode
currentFacingMode: string
prevFacingMode
prevFacingMode: string
audioOnlyRoom
audioOnlyRoom: boolean
updateCurrentFacingMode
updateCurrentFacingMode: (mode: string) => void
updatePrevFacingMode
updatePrevFacingMode: (mode: string) => void
updateIsMediaSettingsModalVisible: (isVisible: boolean) => void