setVideoCfg method

Future<void> setVideoCfg(
  1. CrVideoCfg cfg
)

Implementation

Future<void> setVideoCfg(CrVideoCfg cfg) async {
  String cfgJson = json.encode(cfg.toJson());
  return await CrImpl.instance.setVideoCfg(cfgJson);
}