File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
library/src/main/java/io/callstats/event/ice Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ class IceDisruptEndEvent(
20
20
val currIceConnectionState : String ,
21
21
val delay : Long ) : IceEvent()
22
22
{
23
+ val eventType = " iceDisruptionEnd"
23
24
val prevIceConnectionState = " disconnected"
24
25
}
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ import io.callstats.event.SessionEvent
6
6
* Base type for ICE events
7
7
*/
8
8
abstract class IceEvent : SessionEvent () {
9
- override fun path () = " event /ice/status"
9
+ override fun path () = " events /ice/status"
10
10
}
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ class IceTerminatedEvent(
16
16
val prevIceCandidatePair : IceCandidatePair ,
17
17
val prevIceConnectionState : String ) : IceEvent()
18
18
{
19
- val eventType = " iceDisruptionStart "
19
+ val eventType = " iceTerminated "
20
20
val currIceConnectionState = " closed"
21
21
}
You can’t perform that action at this time.
0 commit comments