Rate this page:

VIEndpoint

VIEndpoint instance.

Props

call

Copy URL
val call: 

VICall *

Call associated with the endpoint.

Returns

delegate

Copy URL
var delegate: 

id<VIEndpointDelegate>

Delegate to handle the endpoint events.

Returns

endpointId

Copy URL
val endpointId: 

NSString *

Endpoint's ID.

Returns

  • type:

    NSString *

place

Copy URL
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

Copy URL
val remoteAudioStreams: 

NSArray<VIRemoteAudioStream *> *

Active audio streams associated with the endpoint.

Returns

remoteVideoStreams

Copy URL
val remoteVideoStreams: 

NSArray<VIRemoteVideoStream *> *

Active video streams associated with the endpoint.

Returns

sipURI

Copy URL
val sipURI: 

NSString *

SIP URI of the endpoint.

Returns

  • type:

    NSString *

user

Copy URL
val user: 

NSString *

User name of the endpoint.

Returns

  • type:

    NSString *

userDisplayName

Copy URL
val userDisplayName: 

NSString *

User display name of the endpoint.

Returns

  • type:

    NSString *