iOS VCS Realtime SDK Documentation

Class Participant

public class Participant  

Base participant object

Participant Participant LocalParticipant LocalParticipant LocalParticipant->Participant RemoteParticipant RemoteParticipant RemoteParticipant->Participant

Subclasses

LocalParticipant

Participant object of local user.

RemoteParticipant

Remote participant object

Properties

address

public var address: String

Participant's address

participant​Info

public var participantInfo: Dictionary<String, Any>? 

Dictionary received in RoomJoined event

name

public var name: String? 

Participant name

stream

public var stream: Any?  

MediaStream object of the participant

Methods

set​Video​View(_:​)

public func setVideoView(_ view: UIView)  

Attach video element to the provided video view.

Parameters

view UIView

view to render the participant's video stream