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

Volorio Recording Dart server SDK for production API integration.

example/main.dart

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

void main() {
  final client = VolorioRecordingClient(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 Recording 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_recording