NERoomCloudRecordState

@objc
public enum NERoomCloudRecordState : Int, Codable

房间云录制状态类型

  • 云录制中

    Declaration

    Swift

    case recordingStart = 0
  • 未在云录制

    Declaration

    Swift

    case recordingStop = 1