Join an open channel
Join an open channel by creating an OpenChannel instance and calling enterChannel().
note
Use the callback to confirm whether the join operation succeeded. Success means error?.isSuccess == true.
Join an open channel
Method
Dart
Future<int> enterChannel(EnterOpenChannelParams params, ErrorHandler handler)
EnterOpenChannelParams
| Parameter | Type | Description |
|---|---|---|
messageCount | int | Number of history messages to load when entering the channel. |