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

Volorio Media Services Dart server SDK for production API integration.

example/main.dart

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

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

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Volorio Media Services Dart server SDK for production API integration.

Homepage
Repository (GitHub)

Topics

#volorio #realtime #flutter #rtc #sdk

License

MIT (license)

Dependencies

volorio_server

More

Packages that depend on volorio_media_services