SendingAudioChangeResult
public enum SendingAudioChangeResult
                An enum for SendingAudioChangeResult
Since
3.16.0- 
                  
                  
The audio sending operation completed successfully
Declaration
Swift
case success - 
                  
                  
The audio sending operation failed due to an error
Declaration
Swift
case failed - 
                  
                  
The audio sending operation is not allowed (e.g., call is on hold)
Declaration
Swift
case notAllowed 
View on GitHub