RecordAudioDumpResult
public enum RecordAudioDumpResult : String
This represent error while doing audio dump related operations.
Since
3.13.0-
internal error
Declaration
Swift
case internalError -
not supported
Declaration
Swift
case notSupported -
no active call
Declaration
Swift
case noActiveCall -
no error
Declaration
Swift
case noError -
not a host
Declaration
Swift
case notAHost -
dump folder creation failed
Declaration
Swift
case dumpFolderCreationFailed -
already not recording
Declaration
Swift
case alreadyNotRecording -
already recording
Declaration
Swift
case alreadyRecording -
user cancelled
Declaration
Swift
case userCancelled
View on GitHub