ACSIncomingAudioOptions 类
声明
@interface ACSIncomingAudioOptions : NSObject;
说明
传入音频选项的属性包类。 使用此类设置通话期间所需的音频设置, (开始/加入)
方法
init
使用默认配置创建新实例
-(instancetype)init;
属性
温和
在扬声器静音 (true) 或未静音 (false) 的情况下开始传出或接受传入呼叫。
@property BOOL muted;
流 (stream)
呼叫连接时将启动的传入音频Stream。
@property (retain, nullable) ACSIncomingAudioStream * stream;