更新時間:2019-11-20
用戶通話中設(shè)置或取消閉音麥克風,即關(guān)閉或打開麥克風,停止或重啟音頻輸入。
設(shè)置和取消閉音麥克風針對指定通話,不是針對設(shè)備。
通話已建立,主被叫正在通話中。
設(shè)置和取消閉音麥克風操作本地媒體,通話對端不感知。
//c code TSDK_RESULT ret; ret = tsdk_mute_mic(callid, isMute); if (TSDK_SUCCESS != ret) { LOG_D_CALL_ERROR("mute mic failed. result=%#x", ret); return -1; } return TSDK_SUCCESS; |
無。