Class
Participant
public class Participant
Base participant object
Relationships
Subclasses
LocalParticipant
Participant object of local user.
RemoteParticipant
Remote participant object
Properties
participantInfo
public var participantInfo: Dictionary<String, Any>?
Dictionary received in RoomJoined event
Methods
setVideoView(_:)
public func setVideoView(_ view: UIView)
Attach video element to the provided video view.
Parameters
Name | Type | Description |
---|---|---|
view | UIView |
view to render the participant's video stream |