Enumerations

The following enumerations are available globally.

  • End results for DirectCall. Indicates reasons for failure or completion. Value for an ongoing call is none.

    Since

    1.0.0

    • Tag: DirectCallEndResult

    See more

    Declaration

    Swift

    @objc(SBCDirectCallEndResult)
    public enum DirectCallEndResult : Int, RawRepresentable, Codable
  • The sound types.

    Since

    1.3.0
    See more

    Declaration

    Swift

    @objc(SBCSoundType)
    public enum SoundType : Int
  • Recording status that indicates the recording status of a call.

    Since

    1.4.0
    See more

    Declaration

    Swift

    @objc(SBCRecordingStatus)
    public enum RecordingStatus : Int, RawRepresentable, Codable
  • An enum that represents different types of a room.

    Since

    1.6.0
    See more

    Declaration

    Swift

    @objc
    public enum RoomType : Int, RawRepresentable, Codable