CallParticipant

@objc(BDKCallParticipant)
public protocol CallParticipant : NSObjectProtocol

Object representing a call participant and its state in the call.

Properties

  • The user identifier.

    Declaration

    Swift

    var userId: String { get }
  • The state of the user in the call

    Declaration

    Swift

    var state: CallParticipantState { get }
  • A flag indicating whether the participant has upgraded to video, or not.

    Declaration

    Swift

    var didUpgradeToVideo: Bool { get }