@if (createLocalTracksOptions.video !== undefined) {
VideoCaptureOptions
True (default)
@if (allowDisablingVideo) {
False (no video)
}
Custom
@if (videoOption === 'custom') {
deviceId
@for (device of inputVideoDevices; track device) {
{{'[' + device.label + '] ' + device.deviceId}}
}
facingMode
@for (mode of ['user','environment','left','right']; track mode) {
{{mode}}
}
}
}
@if (createLocalTracksOptions.audio !== undefined) {
True (default)
@if (allowDisablingAudio) {
False (no audio)
}
Custom
@if (audioOption === 'custom') {
}
}
}
@if (shareScreen) {