Rate this page:

VIEndpoint

VIEndpoint

Props

call

Copy URL
@property (weak, nullable, readonly, nonatomic) 

VICall *

call

The call associated with the endpoint.

Returns

delegate

Copy URL
@property (weak, nullable, nonatomic) 

id<VIEndpointDelegate>

delegate

A delegate to handle the endpoint events.

Returns

endpointId

Copy URL
@property (strong, readonly, nonatomic) 

NSString *

endpointId

The endpoint id.

Returns

  • type:

    NSString *

place

Copy URL
@property (strong, nullable, readonly, nonatomic) 

NSNumber *

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

Copy URL
@property (strong, readonly, nonatomic) 

NSArray<VIRemoteAudioStream *> *

remoteAudioStreams

The active audio streams associated with the endpoint

Returns

remoteVideoStreams

Copy URL
@property (strong, readonly, nonatomic) 

NSArray<VIRemoteVideoStream *> *

remoteVideoStreams

The active video streams associated with the endpoint.

Returns

sipURI

Copy URL
@property (strong, nullable, readonly, nonatomic) 

NSString *

sipURI

The SIP URI of the endpoint.

Returns

  • type:

    NSString *

user

Copy URL
@property (strong, nullable, readonly, nonatomic) 

NSString *

user

A user name of the endpoint.

Returns

  • type:

    NSString *

userDisplayName

Copy URL
@property (strong, nullable, readonly, nonatomic) 

NSString *

userDisplayName

A user display name of the endpoint.

Returns

  • type:

    NSString *