共用方式為


ACSIncomingAudioOptions 類別

宣告

@interface ACSIncomingAudioOptions : NSObject;

Description

傳入音訊選項的屬性包類別。 使用此類別來設定呼叫期間所需的音訊設定, (開始/加入)

方法

init

使用預設組態建立新的實例

-(instancetype)init;

屬性

溫和

啟動撥出或接受撥入通話,並讓說話者靜音 (true) 或未靜音的 (false) 。

@property BOOL muted;

資料流

來電連線時將會啟動的傳入音訊 Stream。

@property (retain, nullable) ACSIncomingAudioStream * stream;