Participant

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.0

    Declaration

    Swift

    public internal(set) var isMuted: Bool
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public override func encode(to encoder: Encoder) throws