volorio_rtm 0.2.1 copy "volorio_rtm: ^0.2.1" to clipboard
volorio_rtm: ^0.2.1 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
130
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

Topics

#volorio #rtm #realtime #messaging #flutter

License

unknown (license)

Dependencies

flutter, volorio_rtc

More

Packages that depend on volorio_rtm