onRemoteMicrophoneStateChanged

public void onRemoteMicrophoneStateChanged(String callId, String userId, boolean disabled)

远端用户麦克风状态改变监听。

Parameters

callId

通话Id

userId

用户Id

disabled

麦克风是否可用,true:麦克风为关闭状态。false:麦克风为开启状态。