bindPlayConfig method
绑定直播连麦播放参数配置
Implementation
Future<void> bindPlayConfig() async {
return _livePlayerMethodChannel.invokeMethod(
'bindPlayConfig',
wrapArgs(),
);
}
绑定直播连麦播放参数配置
Future<void> bindPlayConfig() async {
return _livePlayerMethodChannel.invokeMethod(
'bindPlayConfig',
wrapArgs(),
);
}