onRemotePublished property

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

ZH

远端用户发布资源操作回调 @param roomId 房间id @param userId 用户id @param type 资源类型

EN

Callback for remote user's resource publishing @param roomId Room ID @param userId User ID @param type Resource type

Implementation

Function(String roomId, String userId, RCRTCMediaType type)?
onRemotePublished;