/Library-WebRTC-Audio

Audio module for the WebRTC SDK.

Primary LanguageJavaScript

Audio

Handles audio streams.

Namespace : bdsft_webrtc.default.audio

Dependencies : SIP Stack, Sound

Elements

Element Type Description
mute div Mutes the outgoing local audio stream.
unmute div Unmutes the outgoing local audio stream.

Properties

Property Type Description
muted boolean True if the local audio stream is muted.

Configuration

Property Type Default Description
enableMute boolean true True if mute icon is enabled.

Methods

Method Parameter Description
mute() Mutes the local audio stream.
unmute() Unmutes the local audio stream.