You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param connectionID Unique identifier of connection between two endpoints. This identifier should remain the same throughout the life-time of the connection.
11
+
* @param localIceCandidates list of local [IceCandidate]
12
+
* @param remoteIceCandidates list of remote [IceCandidate]
13
+
* @param iceCandidatePairs list of [IceCandidatePair]
14
+
* @param prevIceConnectionState current ice connection state "checking" or "new"
15
+
* @param delay delay in milliseconds (example: 3.5 seconds is 3500 in milliseconds)
* When ICE connection disruption ends, this event should be submitted
5
+
*
6
+
* @param remoteID remote user identifier
7
+
* @param connectionID Unique identifier of connection between two endpoints. This identifier should remain the same throughout the life-time of the connection.
8
+
* @param delay delay in milliseconds (example: 3.5 seconds is 3500 in milliseconds)
* When ICE connection disruption starts, this event should be submitted
5
+
*
6
+
* @param remoteID remote user identifier
7
+
* @param connectionID Unique identifier of connection between two endpoints. This identifier should remain the same throughout the life-time of the connection.
* When ICE disruption ends, this event should be submitted
7
+
*
8
+
* @param remoteID remote user identifier
9
+
* @param connectionID Unique identifier of connection between two endpoints. This identifier should remain the same throughout the life-time of the connection.
10
+
* @param currIceCandidatePair current [IceCandidatePair]
* When ICE disruption starts, this event should be submitted
7
+
*
8
+
* @param remoteID remote user identifier
9
+
* @param connectionID Unique identifier of connection between two endpoints. This identifier should remain the same throughout the life-time of the connection.
10
+
* @param currIceCandidatePair current [IceCandidatePair]
11
+
* @param prevIceConnectionState previous ice connection state "connected" or "completed"
* @param connectionID Unique identifier of connection between two endpoints. This identifier should remain the same throughout the life-time of the connection.
11
+
* @param localIceCandidates list of local [IceCandidate]
12
+
* @param remoteIceCandidates list of remote [IceCandidate]
13
+
* @param iceCandidatePairs list of [IceCandidatePair]
14
+
* @param prevIceConnectionState current ice connection state "checking" or "disconnected"
15
+
* @param delay delay in milliseconds (example: 3.5 seconds is 3500 in milliseconds)
* When ICE restarts, this event should be submitted
7
+
*
8
+
* @param remoteID remote user identifier
9
+
* @param connectionID Unique identifier of connection between two endpoints. This identifier should remain the same throughout the life-time of the connection.
* When ICE Terminates, this event should be submitted
7
+
*
8
+
* @param remoteID remote user identifier
9
+
* @param connectionID Unique identifier of connection between two endpoints. This identifier should remain the same throughout the life-time of the connection.
0 commit comments