Manual Reference Source Test
import {WebGroupState} from 'netflux/src/index.common.doc.js'
public class | source

WebGroupState

The state enum of WebGroup.

Static Member Summary

Static Public Members
public static get

JOINED: number

1: you have sussessfully joined the group and ready to communicate.

public static get

JOINING: number

0: you haven't joined the group yet.

public static get

LEFT: number

3: you have sussessfully left the group.

Static Public Members

public static get JOINED: number source

1: you have sussessfully joined the group and ready to communicate.

public static get JOINING: number source

0: you haven't joined the group yet.

public static get LEFT: number source

3: you have sussessfully left the group.