Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTCDataChannelState.onDataChannelState is not called when data channel is closed on android #1549

Open
derk1998 opened this issue Mar 15, 2024 · 0 comments

Comments

@derk1998
Copy link

Describe the bug
When a data channel or even the whole connection is closed, the data channel state callback is not triggered with the state RTCDataChannelClosed on android.

To Reproduce

  • Create connection
  • Connect with peer
  • Open data channel
  • Close the data channel
  • Close the connection

Expected behavior
RTCDataChannelState.onDataChannelState is triggered with state RTCDataChannelClosed.

Platform information

  • Flutter version: Channel stable, 3.19.2
  • Plugin version: 1.2.1
  • OS: Android
  • OS version: 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant