Skip to content

masashi-sutou/flutter_ios_webrtc_kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_ios_webrtc_kit

WebRTC(SkyWay) sample ios app with flutter_ios_voip_kit

Requirement

  • iOS only, not support Android.
  • iOS 10 or above.
  • one-to-one call only, not support group call.

try out example app

1. Get SkyWay API Key

2. Edit Info.plist

  • edit flutter_ios_webrtc_kit/example/ios/Runner/Info.plist as below.
	<key>SKWApiKey</key>
	<string>Your SkyWay API Key</string>

3. Install example app to two iPhones

  • you need two iPhones to try the example app.
  • one is outgoing call device and the other is incoming call device.
select peerId outgoing incoming talking

Q&A

How to push VoIP notification

Reference