communicationChannelState property

ValueListenable<CommunicationChannelState> communicationChannelState

A value to determine the communication channel's status.

For Android this is the socket connection state. The server can wait for the client to connect, and the client can be waiting for the server to be created. Also, both can be in connected and unconnected states.

For IOS this is the state of the message stream subscription. which is generated for the device with the current connected device ID.

Implementation

ValueListenable<CommunicationChannelState> get communicationChannelState;