vobiz_webrtc 0.1.0
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_webrtcThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vobiz_webrtc: ^0.1.0Alternatively, 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';