volorio_media_push 0.2.0 copy "volorio_media_push: ^0.2.0" to clipboard
volorio_media_push: ^0.2.0 copied to clipboard

Volorio Media Push Dart server SDK for production API integration.

example/main.dart

import 'package:volorio_media_push/volorio_media_push.dart';
import 'package:volorio_server/volorio_server.dart';

void main() {
  final client = VolorioMediaPushClient(VolorioServerClient(apiBaseUrl: 'https://api.volor.io', apiKey: 'vol_server_key'));
  print(client);
}
0
likes
140
points
0
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Volorio Media Push Dart server SDK for production API integration.

Homepage

Topics

#volorio #realtime #flutter #rtc #sdk

License

unknown (license)

Dependencies

volorio_server

More

Packages that depend on volorio_media_push