checkSpeakerPermissions

View as Markdown

checkSpeakerPermissions

  • Const checkSpeakerPermissions(): Promise<null | boolean>

Asynchronously returns whether we have permissions to access the speakers.

Returns

Promise<null | boolean>

Example

1await SignalWire.WebRTC.checkSpeakerPermissions();
2// true