Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@protocol ACSRawOutgoingAudioStreamDelegate;
Description
A set of methods that are called by ACSRawOutgoingAudioStream in response to important events.
Methods
onStateChanged
An event that occurs when a given audio stream state changes.
-(void)onStateChanged:(ACSRawOutgoingAudioStream *)sender :(ACSAudioStreamStateChangedEventArgs *)args {
Parameters
sender
-args
-