MultimediaProviderSession
Properties
Link copied to clipboard
A stream of MultimediaSessionEvent instances emitted during the session lifecycle.
Link copied to clipboard
A stream of the local MultimediaParticipant.
Link copied to clipboard
A stream of remote MultimediaParticipant instances currently in the session.
Functions
Link copied to clipboard
Enables or disables the microphone (audio input).
Link copied to clipboard
Enables or disables the speaker (audio output).
Link copied to clipboard
Places the session on hold. Equivalent to hold(true).
Link copied to clipboard
Mutes the microphone. Equivalent to audioInput(false).
Link copied to clipboard
Mutes the speaker. Equivalent to audioOutput(false).
Link copied to clipboard
Unmutes the microphone. Equivalent to audioInput(true).
Link copied to clipboard
Unmutes the speaker. Equivalent to audioOutput(true).