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