Rate this page:

EndpointOptions

Endpoint options 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

endpoint's displayName

maxBitrate

Copy URL
maxBitrate: 

number

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

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

Copy URL
scheme: 

any

Required. Internal information about codecs.