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
@interface ACSAudioStreamStateChangedEventArgs : NSObject;
Description
Describes an AudioStreamStateChanged event when audio stream state has updated for an CallAudioStream
Methods
Properties
stream
Audio Stream that has its state changed
@property (retain, nonnull, readonly) ACSCallAudioStream * stream;
message
Contains message about Audio Stream
@property (retain, nonnull, readonly) NSString * message;