Participant

@objc(SBDParticipant)
public class Participant : User

Represents a participant in OpenChannel.

Since

4.3.0
  • The muted state of the participant in the channel.

    Since

    4.3.0

    Declaration

    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