ACSAudioOptions 類別
宣告
DEPRECATED_MSG_ATTRIBUTE("Use IncomingAudioOptions and OutgoingAudioOptions instead") @interface ACSAudioOptions : NSObject;
Description
音訊選項的屬性包類別。 使用此類別來設定呼叫期間所需的音訊設定, (開始/聯結)
方法
init
使用預設組態建立新的實例
-(instancetype)init;
屬性
溫和
(true) 或未靜音 (false) 開始撥出或接受來電靜音
@property BOOL muted DEPRECATED_MSG_ATTRIBUTE("Deprecated use muted property in OutgoingAudioOptions instead");