flutter_vonage_video 0.0.3 copy "flutter_vonage_video: ^0.0.3" to clipboard
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; with DEPLOYMENT_TARGET = 10.0; in ios/Pods/Pods.xcodeproj/project.pbxproj
4
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Flutter Vonage Video (Tokbox / Opentok) API for publishing and subscribing to video and audio streams.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, permission_handler

More

Packages that depend on flutter_vonage_video