Describe the bug
Event listening fails or stops if turned off the net and turned on although call resumes and work perfectly (Inside room).
Code snippets:
call.events
.collectLatest { event ->
Log.d("MyActivity","$event")
}
SDK version
To Reproduce
Steps to reproduce the behavior:
- Open a room
- start listening to custom events
- join another user
- host - turn off and on the net (Everything will work even Event sending too but)
- Host won't be able to listen to events triggers anymore.
Expected behavior
On Internet Availability, Users should resume listening to events.
Device:
Describe the bug
Event listening fails or stops if turned off the net and turned on although call resumes and work perfectly (Inside room).
Code snippets:
call.events
.collectLatest { event ->
}
SDK version
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On Internet Availability, Users should resume listening to events.
Device: