Skip to content

Custom Event Listening Has Bugs On Net Fluctuations #1426

@itsshoaib249

Description

@itsshoaib249

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:

  1. Open a room
  2. start listening to custom events
  3. join another user
  4. host - turn off and on the net (Everything will work even Event sending too but)
  5. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions