-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- 1.6.2
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:
- All Android
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working