Home | History | Annotate | Download | only in apprtc

Lines Matching refs:ConnectionState

44   private enum ConnectionState {
54 private ConnectionState roomState;
62 roomState = ConnectionState.NEW;
96 roomState = ConnectionState.NEW;
123 if (roomState == ConnectionState.CONNECTED) {
127 roomState = ConnectionState.CLOSED;
173 roomState = ConnectionState.CONNECTED;
189 if (roomState != ConnectionState.CONNECTED) {
239 if (roomState != ConnectionState.CONNECTED) {
330 if (roomState != ConnectionState.ERROR) {
331 roomState = ConnectionState.ERROR;