IEndpointListener
Interface that may be used to handle remote call party events.
Methods
onEndpointInfoUpdated
void
onEndpointInfoUpdated( endpoint)
Invoked when endpoint information such as display name, user name and sip uri is updated
Parameters
endpoint:
Endpoint which information is updated
Returns
type:
void
onEndpointRemoved
void
onEndpointRemoved( endpoint)
Invoked after endpoint is removed from the call. Event is not triggered on call end.
Parameters
endpoint:
Removed endpoint
Returns
type:
void
onRemoteVideoStreamAdded
void
onRemoteVideoStreamAdded( endpoint, videoStream)
Invoked after endpoint added video stream to the call.
Parameters
endpoint:
Endpoint that invoked the event
videoStream:
Remote video stream
Returns
type:
void
onRemoteVideoStreamRemoved
void
onRemoteVideoStreamRemoved( endpoint, videoStream)
Invoked after endpoint removed video stream from the call. Event is not triggered on call end.
Parameters
endpoint:
Endpoint that invoked the event
videoStream:
Remote video stream
Returns
type:
void
onVoiceActivityStarted
void
onVoiceActivityStarted( endpoint)
Invoked when a voice activity of the endpoint is detected in a conference call.
Parameters
endpoint:
Endpoint that invoked the event
Returns
type:
void