WebRTC Duplex
Sends video and/or audio to a client, receives video and/or audio from client
Component Configuration
| Option | Description | Required | Environment override |
|---|---|---|---|
id |
A unique identifier for the component instance |
✓ |
|
displayName |
The name shown in the Studio UI of this component |
✓ |
|
acceptVideo |
Accept video from the client (default: true) |
✗ |
|
notes |
Notes about this component |
✗ |
|
burstProtection |
Drop data until input is completely stable (default: true) |
✗ |
Ice Servers
Environment override: GLOBAL_ICE_SERVERS (sets this global option as a whole).
| Option | Description | Required |
|---|---|---|
url |
URL of the STUN/TURN server (with turn:/stun: prefix) as accessed by Norsk Studio |
✓ |
reportedUrl |
Optional URL of the STUN/TURN server as accessed by the client (if different to the above) |
✗ |
username |
Optional username |
✗ |
credential |
Optional password |
✗ |
Tags: webrtc duplex bidirectional interactive