EndpointOptions
Endpoint options Add the following line to your scenario code to use the interface:
require(Modules.Conference);
Props
direction
direction: SEND
| RECEIVE
| BOTH
Possible values are SEND | RECEIVE | BOTH. SEND provides only sending stream from endpoint to conference; RECEIVE provides only receiving stream from conference to endpoint; BOTH allows both sending and receiving.
displayName
displayName: string
endpoint's displayName
maxBitrate
maxBitrate: number
mode
mode: MIX
| FORWARD
Possible values are MIX | FORWARD. MIX mode combines all streams in one, FORWARD mode sends only one stream.
receiveParameters
receiveParameters:
Specifies the endpoints and which of their streams (audio and/or video) to receive. These settings apply to the target endpoint right after adding it to a conference.
scheme
scheme: any
Required. Internal information about codecs.