Rate this page:

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

call

Copy URL
call: 

Call

Call to be connected to the conference.

direction

Copy URL
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

Copy URL
displayName: 

string

Human-readable endpoint's name.

maxVideoBitrate

Copy URL
maxVideoBitrate: 

number

Maximum endpoint's video bitrate in kbps.

mode

Copy URL
mode: 

MIX

|

FORWARD

MIX mode combines all streams into one, FORWARD mode sends only one stream.

receiveParameters

Copy URL
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

Copy URL
scheme: 

any

Internal information about codecs.