EndpointParameters
Endpoint parameters. Can be passed as arguments to the Conference.add method.
Add the following line to your scenario code to use the interface:
require(Modules.Conference);
Props
direction
direction: SEND
| RECEIVE
| BOTH
SEND provides only outgoing stream from endpoint to conference, RECEIVE provides only incoming stream from conference to endpoint, BOTH allows both incoming and outgoing streams.
displayName
displayName: string
Human-readable endpoint's name.
maxVideoBitrate
maxVideoBitrate: number
Maximum endpoint's video bitrate in kbps.
mode
mode: MIX
| FORWARD
MIX mode combines all streams into one, FORWARD mode sends only one stream.
receiveParameters
receiveParameters:
Optional. Endpoints and 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
Internal information about codecs.