BLParticipant
public struct BLParticipant : Hashable, Sendable
The BLParticipant struct represents a BLCall participant information.
-
Declaration
Swift
public let userAccountId: Int?
-
Declaration
Swift
public let thirdPartyParticipantId: Int?
-
Declaration
Swift
public let identity: String
-
Declaration
Swift
public let participantType: BLParticipantType
-
Declaration
Swift
public private(set) var imageInfo: ImageInfo? { get }
-
Declaration
Swift
public private(set) var requiredName: String { get }
-
Declaration
Swift
public private(set) var rating: Double? { get }
-
Declaration
Swift
public private(set) var companyName: String? { get }
-
Declaration
Swift
public private(set) var state: BLParticipantState { get }
-
Declaration
Swift
public private(set) var isAudioEnabled: Bool { get }
-
Declaration
Swift
public private(set) var isVideoEnabled: Bool { get }
-
Declaration
Swift
public var muteActionIsEnabled: Bool { get }
-
Declaration
Swift
public var removeActionIsEnabled: Bool { get }
-
Declaration
Swift
public static func == (lhs: BLParticipant, rhs: BLParticipant) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)