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