Start two different session with janus client sometimes its give same preview in both the preview layer #116
Unanswered
ChiragLiveu
asked this question in
Q&A
Replies: 3 comments 7 replies
-
is it still happening? |
Beta Was this translation helpful? Give feedback.
5 replies
-
I am facing another issue in this while calling, that needs to be fixed.
Not able to call again after disconnect the call.
…On Wed, Jan 31, 2024, 18:56 Shivansh Talwar ***@***.***> wrote:
in the latest commits this should be fixed let me know if you still face
this
—
Reply to this email directly, view it on GitHub
<#116 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7XA2SFHLDLEURCGAPS3IXDYRJBBJAVCNFSM6AAAAAAUP5KHCCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGMRQGM2DE>
.
You are receiving this because you commented.Message ID:
<flutterjanus/flutter_janus_client/repo-discussions/116/comments/8320342@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
What will be the best way to achieve continuously calling after disconnect
the call ?
i am sending hang-up data on hangup,
…On Wed, Jan 31, 2024, 19:18 Shivansh Talwar ***@***.***> wrote:
not sure of your codebase, but from what i understand if your session/
handle is detroyed using the same session and handle will not work
—
Reply to this email directly, view it on GitHub
<#116 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7XA2SEXNW3WGKJCWG72WA3YRJDTTAVCNFSM6AAAAAAUP5KHCCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGMRQGYYDQ>
.
You are receiving this because you commented.Message ID:
<flutterjanus/flutter_janus_client/repo-discussions/116/comments/8320608@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have run two separate clients using two separate channels and web IDs but sometimes in the preview layer, I will get the same preview in both the instance in iOS & Android as well. I have debugged and checked each time I have passed two different webID to stream on the server side it takes two different requests and sends a proper preview but on the mobile side, it takes the same preview layer sometimes. I am using the streaming through a web socket take reference from the below link.
https://github.com/flutterjanus/flutter_janus_client/blob/master/example/lib/typed_examples/streaming.dart
Beta Was this translation helpful? Give feedback.
All reactions