Participant
@objc(SBDParticipant)
public final class Participant : User
Represents a participant in OpenChannel
.
Since
4.3.0-
The muted state of the participant in the channel.
Since
4.3.0Declaration
Swift
@objc public internal(set) var isMuted: Bool { get }
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public override func encode(to encoder: Encoder) throws