on Call Incoming
@Deprecated()
Deprecated
接收到来电。 被叫端收到来电后,通过回调 onCallIncoming 通知当前 call 的详细信息。
Parameters
call Session
通话实体。
local Video
本地 camera 信息。localVideo=null,不建议使用。如果想实现接听端预览功能请在收到通话邀请后调用 startIncomingPreview 实现。
接收到来电。 被叫端收到来电后,通过回调 onCallIncoming 通知当前 call 的详细信息。
通话实体。
本地 camera 信息。localVideo=null,不建议使用。如果想实现接听端预览功能请在收到通话邀请后调用 startIncomingPreview 实现。