VIEndpoint
VIEndpoint instance.
Props
endpointId
endpointId: Endpoint's ID.
Returns
type:
NSString *
place
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.
Nil for audio and video calls.
Returns
type:
NSNumber *
remoteAudioStreams
remoteAudioStreams: Active audio streams associated with the endpoint.
Returns
type:
NSArray<VIRemoteAudioStream *> *
remoteVideoStreams
remoteVideoStreams: Active video streams associated with the endpoint.
Returns
type:
NSArray<VIRemoteVideoStream *> *
sipURI
sipURI: SIP URI of the endpoint.
Returns
type:
NSString *
user
user: User name of the endpoint.
Returns
type:
NSString *
userDisplayName
userDisplayName: User display name of the endpoint.
Returns
type:
NSString *