onLiveMixCustomLayoutsSet property

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

ZH

设置合流自定义布局操作回调 @param code 0: 调用成功, 非0: 失败 @param errMsg 失败原因

EN

Set custom layout callback for stream mixing @param code 0: Success, non-zero: Failure @param errMsg Error details

Implementation

Function(int code, String? errMsg)? onLiveMixCustomLayoutsSet;