knovi_call

Last updated:

0 purchases

knovi_call Image
knovi_call Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.