VIEndpoint
VIEndpoint instance.
Props
call
@property (weak, nullable, readonly, nonatomic) VICall *
callCall associated with the endpoint.
Returns
type:
VICall *
delegate
@property (weak, nullable, nonatomic) delegateDelegate to handle the endpoint events.
Returns
type:
endpointId
@property (strong, readonly, nonatomic) NSString *
endpointIdEndpoint's ID.
Returns
type:
NSString *
place
@property (strong, nullable, readonly, nonatomic) NSNumber *
placePlace 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
@property (strong, readonly, nonatomic) NSArray<VIRemoteAudioStream *> *
remoteAudioStreamsActive audio streams associated with the endpoint.
Returns
type:
NSArray<VIRemoteAudioStream *> *
remoteVideoStreams
@property (strong, readonly, nonatomic) NSArray<VIRemoteVideoStream *> *
remoteVideoStreamsActive video streams associated with the endpoint.
Returns
type:
NSArray<VIRemoteVideoStream *> *
sipURI
@property (strong, nullable, readonly, nonatomic) NSString *
sipURISIP URI of the endpoint.
Returns
type:
NSString *
user
@property (strong, nullable, readonly, nonatomic) NSString *
userUser name of the endpoint.
Returns
type:
NSString *
userDisplayName
@property (strong, nullable, readonly, nonatomic) NSString *
userDisplayNameUser display name of the endpoint.
Returns
type:
NSString *