onRemoteCustomStreamFirstFrame property

dynamic Function(String roomId, String userId, String tag, RCRTCMediaType type)? onRemoteCustomStreamFirstFrame
getter/setter pair

ZH

收到远端用户自定义资源第一帧数据 @param roomId 房间id @param userId 用户id @param tag 自定义流标签

EN

First frame of remote custom resource received @param roomId Room ID @param userId User ID @param tag Custom stream tag

Implementation

Function(String roomId, String userId, String tag, RCRTCMediaType type)?
onRemoteCustomStreamFirstFrame;