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

Volorio realtime messaging for Flutter, backed by the active Volorio RTC data channel.

example/main.dart

import 'package:volorio_rtm/volorio_rtm.dart';

Future<void> publishPresence(VolorioRtmClient rtm) {
  return rtm.setPresence(
    'room:example',
    const VolorioRtmPresence(identity: 'user_example', status: 'online'),
  );
}
0
likes
140
points
78
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Volorio realtime messaging for Flutter, backed by the active Volorio RTC data channel.

Homepage
Repository (GitHub)

Topics

#volorio #rtm #realtime #messaging #flutter

License

MIT (license)

Dependencies

flutter, volorio_rtc

More

Packages that depend on volorio_rtm