ParticipantAdapter
Last updated
Last updated
Type
Field
Bool
isBroadcaster: Bool { get }
Indicates whether a user broadcasts any media or not.
Bool
isAudioEnabled: Bool { get set }
A Bool which is true
if the audio is currently muted, or false
if the audio is currently unmuted.
Bool
isVideoEnabled: Bool { get set }
A Bool which is true
if the video is currently muted, or false
if the video is currently unmuted.
Float
volume: Float { get set }
Allows controlling a user's audio volume.
ParticipantAdapterDelegate?
delegate: ParticipantAdapterDelegate? { get set }
An optional instance for receiving callbacks.
ParticipantAdapterActiveSpeakerDelegate?
speakerDelegate: ParticipantAdapterActiveSpeakerDelegate? { get set } An optional instance for receiving callbacks.
Type
Methods
Parameters
String
getId() -> String
Returns a unique identifier of a user.
String
getDisplayName() -> String
Returns a display name of a user.
UIView
getVideo() -> UIView
Returns a video view of a user.