Skip to main content

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.

ParamTypeDescription
[options]ObjectThe options for creating the local video track like video device id.