vobiz_webrtc 0.1.0 copy "vobiz_webrtc: ^0.1.0" to clipboard
vobiz_webrtc: ^0.1.0 copied to clipboard

Flutter SDK for making and receiving calls on the Vobiz platform using SIP-over-WebSocket and WebRTC. Includes automatic SIP registration, WebRTC audio setup, and call state management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vobiz_webrtc

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  vobiz_webrtc: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vobiz_webrtc/vobiz_webrtc.dart';
0
likes
120
points
47
downloads

Documentation

Documentation
API reference

Publisher

verified publishervobiz.ai

Weekly Downloads

Flutter SDK for making and receiving calls on the Vobiz platform using SIP-over-WebSocket and WebRTC. Includes automatic SIP registration, WebRTC audio setup, and call state management.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, flutter, flutter_webrtc, http, meta, web_socket_channel

More

Packages that depend on vobiz_webrtc