flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
130 stars 139 forks source link

speed connecting simulator and real devices. #136

Open alexzh16 opened 2 years ago

alexzh16 commented 2 years ago

Hi, im try video call from(to) real devices iOS to Simulator iOS. Connect between two devices is 1-2 sec. All its ok. but, if I try connect two real devices, that connect speed is 15-30sec with 5G and 5-6 sec on WiFi network. How I can debug this problem?

efraespada commented 2 years ago

iOS simulator gives too many problems.

When starting a call (before pairing devices) with this plugin, you depend on FCM (in my case I use push data notifications) to launch callkeep.

This plugin only opens the native interface for answer/decline calls.

alexzh16 commented 2 years ago

sorry, im send to mistake topic. call keep working good. the problem with webrtc connecting.