This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 440
Close button in join native Brave Talk lobby does not work #7909
Labels
Milestone
Comments
kylehickinson
added a commit
that referenced
this issue
Aug 21, 2023
The `ready(toClose:)` delegate method is called by the JitsiMeet SDK when you try to leave a call that hasn't officially "joined" yet. It is also called in other situations though like terminating an active call or when the connection is halted and needs to reconnect the call so we will only dismiss the `JitsiMeetView` when the user hasn't joined a call yet.
11 tasks
kylehickinson
added a commit
that referenced
this issue
Aug 22, 2023
…#7910) The `ready(toClose:)` delegate method is called by the JitsiMeet SDK when you try to leave a call that hasn't officially "joined" yet. It is also called in other situations though like terminating an active call or when the connection is halted and needs to reconnect the call so we will only dismiss the `JitsiMeetView` when the user hasn't joined a call yet.
kylehickinson
added a commit
that referenced
this issue
Sep 13, 2023
…#7910) The `ready(toClose:)` delegate method is called by the JitsiMeet SDK when you try to leave a call that hasn't officially "joined" yet. It is also called in other situations though like terminating an active call or when the connection is halted and needs to reconnect the call so we will only dismiss the `JitsiMeetView` when the user hasn't joined a call yet.
Verified on
RPReplay_Final1695235687.mov |
Verified on
STEPS: ACTUAL RESULTS:
iPhone 2023-09-20_13-03-22.mp4iPad 2023-09-20_13-08-38.mp4 |
arthuredelstein
pushed a commit
to brave/brave-core
that referenced
this issue
Feb 13, 2024
…unjoined calls. (brave/brave-ios#7910) The `ready(toClose:)` delegate method is called by the JitsiMeet SDK when you try to leave a call that hasn't officially "joined" yet. It is also called in other situations though like terminating an active call or when the connection is halted and needs to reconnect the call so we will only dismiss the `JitsiMeetView` when the user hasn't joined a call yet.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Description:
If you tap the "Close" button in the native brave talk lobby (where you can enter your name and join the call) nothing happens.
Steps to Reproduce
Actual result:
Nothing happens
Expected result:
Close the window
Reproduces how often:
Easily
Brave Version: 1.56+ but likely since native Talk was introduced
The text was updated successfully, but these errors were encountered: