onRemoteUnpublished property
dynamic Function(String roomId, String userId, RCRTCMediaType type)?
onRemoteUnpublished
getter/setter pair
ZH
远端用户取消发布资源操作回调 @param roomId 房间id @param userId 远端用户 UserId @param type 资源类型
EN
Callback when remote user unpublishes resources @param roomId Room ID @param userId Remote user ID @param type Resource type
Implementation
Function(String roomId, String userId, RCRTCMediaType type)?
onRemoteUnpublished;