|
@@ -45,6 +45,13 @@ export const CONFERENCE_JOINED = 'conference.joined';
|
45
|
45
|
*/
|
46
|
46
|
export const CONFERENCE_LEFT = 'conference.left';
|
47
|
47
|
|
|
48
|
+/**
|
|
49
|
+ * Indicates that the connection to the conference has been established
|
|
50
|
+ * XXX This is currently fired whenVthe *ICE* connection enters 'connected'
|
|
51
|
+ * state for the first time.
|
|
52
|
+ */
|
|
53
|
+export const CONNECTION_ESTABLISHED = 'conference.connectionEstablished';
|
|
54
|
+
|
48
|
55
|
/**
|
49
|
56
|
* Indicates that the connection to the conference has been interrupted for some
|
50
|
57
|
* reason.
|