onRemoteUserJoined

public void onRemoteUserJoined(String userId, CallMediaType mediaType, int userType, SurfaceView remoteVideo)

被叫端加入通话。 主叫端拨出电话,被叫端收到请求后,加入通话,回调 onRemoteUserJoined。

Parameters

userId

加入用户的 id。

mediaType

加入用户的媒体类型,audio or video。

userType

加入用户的类型,1:正常用户,2:观察者。

remoteVideo

加入用户者的 camera 信息。