MultimediaSessionOperations
interface MultimediaSessionOperations
Operations available on an active multimedia session.
Provides methods to control audio input/output, hold state, and session lifecycle. Convenience methods like muteMicrophone and unmuteMicrophone delegate to the underlying audioInput and audioOutput controls.
Inheritors
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).