bindLiveMixTranscodingConfig method
Implementation
Future<void> bindLiveMixTranscodingConfig() async {
return _livePusherMethodChannel.invokeMethod(
'bindLiveMixTranscodingConfig',
wrapArgs(),
);
}
Future<void> bindLiveMixTranscodingConfig() async {
return _livePusherMethodChannel.invokeMethod(
'bindLiveMixTranscodingConfig',
wrapArgs(),
);
}