Optional
audioOptional
audioIdentifier for the audio device to create an AudioTrack from.
It corresponds to the deviceId
property of an audio device within the MediaDeviceInfo
class.
You can retrieve a list of attached devices (instances of MediaDeviceInfo
)
by invoking the enumerateDevices
method on MediaDevices
(accessible through navigator.mediaDevices?.enumerateDevices()
).
Optional
audioForce either audio-only or video-only ingest.
Optional
maxMaximum framerate of the video in frames per second.
Optional
resolutionResolution of the video [width, height].
Optional
videoIdentifier for the video device to create a VideoTrack from.
It corresponds to the deviceId
property of a video device within the MediaDeviceInfo
class.
You can retrieve a list of attached devices (instances of MediaDeviceInfo
)
by invoking the enumerateDevices
method on MediaDevices
(accessible through navigator.mediaDevices?.enumerateDevices()
).
Generated using TypeDoc
Constraints to be applied to the audio track.