|
@@ -432,11 +432,11 @@ var JitsiConferenceEvents = {
|
432
|
432
|
* Indicates that the connection to the conference has been interrupted
|
433
|
433
|
* for some reason.
|
434
|
434
|
*/
|
435
|
|
- CONNECTION_INTERRUPTED: "conference.connecionInterrupted",
|
|
435
|
+ CONNECTION_INTERRUPTED: "conference.connectionInterrupted",
|
436
|
436
|
/**
|
437
|
437
|
* Indicates that the connection to the conference has been restored.
|
438
|
438
|
*/
|
439
|
|
- CONNECTION_RESTORED: "conference.connecionRestored",
|
|
439
|
+ CONNECTION_RESTORED: "conference.connectionRestored",
|
440
|
440
|
/**
|
441
|
441
|
* Indicates that the conference setup failed.
|
442
|
442
|
*/
|
|
@@ -586,15 +586,15 @@ var JitsiConnnectionEvents = {
|
586
|
586
|
/**
|
587
|
587
|
* Indicates that the connection has been failed for some reason.
|
588
|
588
|
*/
|
589
|
|
- CONNECTION_FAILED: "connection.connecionFailed",
|
|
589
|
+ CONNECTION_FAILED: "connection.connectionFailed",
|
590
|
590
|
/**
|
591
|
591
|
* Indicates that the connection has been established.
|
592
|
592
|
*/
|
593
|
|
- CONNECTION_ESTABLISHED: "connection.connecionEstablished",
|
|
593
|
+ CONNECTION_ESTABLISHED: "connection.connectionEstablished",
|
594
|
594
|
/**
|
595
|
595
|
* Indicates that the connection has been disconnected.
|
596
|
596
|
*/
|
597
|
|
- CONNECTION_DISCONNECTED: "connection.connecionDisconnected",
|
|
597
|
+ CONNECTION_DISCONNECTED: "connection.connectionDisconnected",
|
598
|
598
|
/**
|
599
|
599
|
* Indicates that the perfomed action cannot be executed because the
|
600
|
600
|
* connection is not in the correct state(connected, disconnected, etc.)
|