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