joinPresence abstract method

Stream<List<Map<String, dynamic>>> joinPresence(
  1. String channelName,
  2. Map<String, dynamic> userInfo
)

Joins presence in channelName publishing userInfo metadata.

Returns a stream of active users currently present in the channel.

Implementation

Stream<List<Map<String, dynamic>>> joinPresence(
  String channelName,
  Map<String, dynamic> userInfo,
);