onCustomStreamUnpublished property

dynamic Function(String tag, int code, String? errMsg)? onCustomStreamUnpublished
getter/setter pair

ZH

本地用户取消发布自定义资源回调 @param tag 自定义流标签 @param code 错误码 @param errMsg 错误信息

EN

Callback when local user unpublishes custom resource @param tag Stream tag @param code Error code @param errMsg Error message

Implementation

Function(String tag, int code, String? errMsg)? onCustomStreamUnpublished;