createLocalAudioTrack([options]) ⇒ Promise.<Track>
Creates a local audio track using the specified options.
Kind: global function
Returns: Promise.<Track> - A promise that resolves with the created local audio track.
Fulfil: Track - The created local audio track.
Reject: ProConfError - If the local audio track creation fails.
| Param | Type | Description |
|---|---|---|
| [options] | Object | The options for creating the local audio track like audio device id. |