Constants

The following constants are available globally.

  • Indicates ReplayKit’s microphone audio channel.

    Declaration

    Objective-C

    extern NSString *const kSTSReplayKitAudioChannelMic

    Swift

    let kSTSReplayKitAudioChannelMic: String
  • Indicates ReplayKit’s application audio channel.

    Declaration

    Objective-C

    extern NSString *const kSTSReplayKitAudioChannelApp

    Swift

    let kSTSReplayKitAudioChannelApp: String
  • The error doamin of StraaS streaming SDK.

    Declaration

    Objective-C

    extern NSString *const STSStreamingErrorDomain

    Swift

    let STSStreamingErrorDomain: String