onRemoteCustomStreamUnpublished property
dynamic Function(String roomId, String userId, String tag, RCRTCMediaType type)?
onRemoteCustomStreamUnpublished
getter/setter pair
ZH
远端用户取消发布自定义资源操作回调 @param roomId 房间id @param userId 用户id @param tag 自定义流标签
EN
Callback when remote user unpublishes custom resource @param roomId Room ID @param userId User ID @param tag Custom stream tag
Implementation
Function(String roomId, String userId, String tag, RCRTCMediaType type)?
onRemoteCustomStreamUnpublished;