zoom_video_sdk_try 0.0.1 copy "zoom_video_sdk_try: ^0.0.1" to clipboard
zoom_video_sdk_try: ^0.0.1 copied to clipboard

discontinued
PlatformAndroidiOS

A Flutter plugin to integrate zoom into your flutter application.

Zoom Video SDK for Flutter - Beta #

Beta note #

Note for beta (to be added to the top of the intro doc page):

We’d love for you to join the public beta for the addition of the Flutter wrapper to our Video SDK. With this additional framework, you’re able to accelerate development of natively compiled, multi-platform, video-based applications from a single codebase, while building with Zoom’s core technology.

Please share your feedback before March 20, 2023. Thank you for being a Zoom tester!

Introduction #

Flutter Wrapper for Video SDK enables you to build custom applications with access to raw video and audio data. With this additional framework, you’re able to accelerate development of natively compiled, multi-platform, video-based applications from a single codebase, while building with Zoom’s core technology. Learn more about Video SDK.

Before you start #

Configure and run the sample app #

Configure the sample app #

  • Fill in the SDK Key & Secret in /flutter-zoom-video-sdk/example/lib/config.dart.
  • Verify that the example configuration is correct in /flutter-zoom-video-sdk/example/lib/main.dart:
    InitConfig initConfig = InitConfig(
    domain: 'zoom.us',
    enableLog: false,
    );
    
### Run the sample app
In `/flutter-zoom-video-sdk/example/lib`, run this command on the console:
`flutter run`
If there are multiple devices available, there will be a list shown on the console, select the device you want to launch the app on.
To see more details about the sample app as it's running, run the Android sample app in Android Studio and the iOS sample app on Xcode. 

## Need help?

If you're looking for help, try [Developer Support](https://devsupport.zoom.us/) or our [Developer Forum](https://devforum.zoom.us). Priority support is also available with [Premier Developer Support plans](https://zoom.us/docs/en-us/developer-support-plans.html).

---
Copyright ©2023 Zoom Video Communications, Inc. All rights reserved.





0
likes
90
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to integrate zoom into your flutter application.

Documentation

API reference

License

unknown (license)

Dependencies

events_emitter, flutter, flutter_hooks, plugin_platform_interface

More

Packages that depend on zoom_video_sdk_try

Packages that implement zoom_video_sdk_try