VIEndpoint
Represents a remote call participant.
Props
displayName
String
displayName
This endpoint's display name.
Returns
type:
String
endpointId
String
endpointId
The endpoint id.
Returns
type:
String
onEndpointRemoved
onEndpointRemoved
Callback for getting notified when the endpoint is removed from the call. It is not triggered on call end.
Returns
type:
onEndpointUpdated
onEndpointUpdated
Callback for getting notified when the endpoint information is updated.
Returns
type:
onRemoteVideoStreamAdded
onRemoteVideoStreamAdded
Callback for getting notified when the endpoint added the video stream to the call.
Returns
onRemoteVideoStreamRemoved
onRemoteVideoStreamRemoved
Callback for getting notified when the endpoint removed the video stream from the call.
Returns
place
int
place
Place of this endpoint in a video conference. May be used as a position of this endpoint’s video stream to render in a video conference call.
Returns
type:
int
remoteVideoStreams
List<VIVideoStream>
remoteVideoStreams
All active video streams of the endpoint.
Returns
type:
List<VIVideoStream>
sipUri
String
sipUri
This endpoint's SIP URI.
Returns
type:
String
userName
String
userName
This endpoint's user name.
Returns
type:
String