Enum Constants.ChannelState
Mapping of channel states, used with RealtimeChannel
public enum Constants.ChannelState
- Extension Methods
Fields
[MapTo("closed", null)] Closed = 0Channel is closed
[MapTo("errored", null)] Errored = 1Channel has errored
[MapTo("joined", null)] Joined = 2Channel is joined
[MapTo("joining", null)] Joining = 3Channel is joining
[MapTo("leaving", null)] Leaving = 4Channel is leaving