onRemoteCustomStreamPublished property

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

ZH

远端用户发布自定义资源操作回调 @param roomId 房间id @param userId 用户id @param tag 自定义流标签

EN

Callback for remote user's custom resource operation @param roomId Room ID @param userId User ID @param tag Custom stream tag

Implementation

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