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 |
Bool | isVideoEnabled: Bool { get set } A Bool which is |
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