onFirstVideoFrameRender method
已接收到远端视频首帧并完成渲染的回调。
userID 远端用户 ID
streamType 视频流类型
width 视频宽度
height 视频高度
elapsedTime 从加入房间到首帧渲染的耗时,单位为毫秒
Implementation
void onFirstVideoFrameRender(
int userID, int streamType, int width, int height, int elapsedTime) {}