onLiveMixSubscribed property

dynamic Function(RCRTCMediaType type, int code, String? errMsg)? onLiveMixSubscribed
getter/setter pair

ZH

订阅直播合流资源操作回调 @param type 资源类型 @param code 0: 调用成功, 非0: 失败 @param errMsg 失败原因

EN

Subscribe to live mixing resource callbacks @param type Resource type @param code 0: success, non-zero: failure @param errMsg Failure reason

Implementation

Function(RCRTCMediaType type, int code, String? errMsg)? onLiveMixSubscribed;