State

@objc(SBCParticipantState)
public enum State : Int, RawRepresentable, Codable

A enum that provides information about the state of a participant.

Since

1.6.0
  • Indicates that a participant entered the room.

    Since

    1.6.0

    Declaration

    Swift

    case entered
  • Indicates that a participant is connected and streaming media.

    Since

    1.6.0

    Declaration

    Swift

    case connected
  • Indicates that a participant exited the room.

    Since

    1.6.0

    Declaration

    Swift

    case exited
  • Undocumented

    Declaration

    Swift

    public init(stringValue: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws