Handles audio streams.
Namespace : bdsft_webrtc.default.audio
Dependencies : SIP Stack, Sound
Element | Type | Description |
---|---|---|
mute | div | Mutes the outgoing local audio stream. |
unmute | div | Unmutes the outgoing local audio stream. |
Property | Type | Description |
---|---|---|
muted | boolean | True if the local audio stream is muted. |
Property | Type | Default | Description |
---|---|---|---|
enableMute | boolean | true | True if mute icon is enabled. |
Method | Parameter | Description |
---|---|---|
mute() | Mutes the local audio stream. | |
unmute() | Unmutes the local audio stream. |