Future<void> useVideoDevice(String deviceID, int channel) async { return await ZegoFlutterEngine.instance.useVideoDevice(deviceID, channel); }