onRemoteUserInvited

public abstract void onRemoteUserInvited(String userId, RongCallCommon.CallMediaType mediaType)

通话中的某一个参与者,邀请好友加入通话,发出邀请请求后,回调 onRemoteUserInvited。

Parameters

userId

被邀请者的ID ,可以通过RongCallClient.getInstance().getCallSession().getObserverUserList().contains(userId) ,查看加入的用户是否在观察者列表中

mediaType