flutter_vonage_video 0.0.3
flutter_vonage_video: ^0.0.3 copied to clipboard
Flutter Vonage Video (Tokbox / Opentok) API for publishing and subscribing to video and audio streams.
flutter_vonage_video #
Install #
Android #
Nothing to do!
iOS #
- Update
Info.plist
<key>NSMicrophoneUsageDescription</key>
<string>Mirophone used for video</string>
<key>NSCameraUsageDescription</key>
<string>Camera used for video</string>
- Update all iOS deployment targets (including for ALL pods) to
10.0- can do this in xCode manually or find and replace
DEPLOYMENT_TARGET = 9.0;withDEPLOYMENT_TARGET = 10.0;inios/Pods/Pods.xcodeproj/project.pbxproj
- can do this in xCode manually or find and replace