addVideoFile({required String url, String? title, bool? needSwitch}) { return _callFunc( jsonEncode({ "key": "addVideoFile", "params": [url, title, needSwitch], }), ); }