Participant

Field Summary

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.

ParticipantDelegate?

delegate: ParticipantDelegate? { get set }

An optional instance for receiving callbacks.

ParticipantActiveSpeakerDelegate?

speakerDelegate: ParticipantActiveSpeakerDelegate? { get set } An optional instance for receiving callbacks.

Public Method Summary

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.

Last updated