Skip to content

marjandn/webex_flutter_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webex Flutter Plugin

🚀 Webex Flutter Plugin is a Flutter plugin designed to enable seamless video calling using the Webex Android SDK. Currently, it supports Android and allows developers to initiate video calls by passing a phone number from the Flutter side.


📢 Demo


Features

  • 📞 Initiate Video Calls: Simply provide a number from Flutter, and the plugin takes care of starting a Webex video call.
  • 💻 Android Support: Built for Android using Webex SDK.

Installation

Add the plugin to your pubspec.yaml file:

dependencies:
  webex_flutter_plugin: ^latest version

Fast Use:

  initPlatformState() async {
    try {
      await _webexFlutterPlugin.startWebexCalling(
          callerId: _phoneController.text.trim(), jwtToken: 'JWT Token');
    } on PlatformException {
      debugPrint('Something went wrong');
    }

    if (!mounted) return;
  }

About

Webex plugin for Flutter that supports the Android platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published