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

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

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

Possible values are MIX | FORWARD. MIX mode combines all streams in one, FORWARD mode sends only one stream.

receiveParameters

Copy URL
receiveParameters: 

ReceiveParameters

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

Required. Internal information about codecs.