Last updated:
0 purchases
knovi call
knovi_call #
knovi_call is the One-to-One video calling using Vonage Video API.
Usage #
Create Vonage Account for Creating the video session.
Add knovi_call as dependency in pubspec.yaml file.
Generate Session ID and Token From Vonage Project DashBoard.
import 'package:knovi_call/knovi_call.dart';
Widget build(BuildContext context) {
return Scaffold(
body: KnoviCall(
apiKey: 'YOUR_VONAGE_API_KEY',
sessionId: "VIDEO_SESSION_ID",
token: "VIDEO_SESSION_ID",
),
);
}
copied to clipboard
Documentation #
Vonage Video API
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.