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

Remote Stream does not work in chrome based browsers between Web App and Android Mobile App #91

Open
alxx28 opened this issue Jun 9, 2021 · 4 comments

Comments

@alxx28
Copy link

alxx28 commented Jun 9, 2021

@DaveLomber
Hello, I have a web app(Medic) and an Android Mobile App(Patient), the problem is the following, when the video is started from mozilla the video calling works very well, but when the video calling is started from chrome based browsers the remote stream does not work.

Chrome
chrome

Mozilla
mozilla

Checking the console I see that in chrome the remote stream is not being assigned, I mean this fragment in the initiator is not executed:

ConnectyCube.videochat.onRemoteStreamListener = setStream;

function setStream(session, userID, remoteStream) {
            console.log('Remote Stream Assigned');
            session.attachMediaStream('vd_video2', remoteStream);
            $('#btn_mutesound').off('click').on('click', {x: session, y: 'unmute'}, setSound);
            $('#btn_unmutesound').off('click').on('click', {x: session, y: 'mute'}, setSound);
            $('#btn_mutevideo').off('click').on('click', {x: session, y: 'unmute'}, setVideo);
            $('#btn_unmutevideo').off('click').on('click', {x: session, y: 'mute'}, setVideo);
        }

But before last chrome updates this was working very well.
I also have the video calling between web apps and works very well, the problem is between the web and android mobile app.
Use version is 3.7.1.

Here a PDF file to check the web app and mobile apps.
Web-Mobile.pdf

Source Code Line 9957: https://www.cronhis.xyz/js/historia/consultaexterna/consultaexterna.js

@DaveLomber
Copy link
Contributor

@alxx28 just to clarify - what platform you use on Android mobile?
is it WEb / Cordova / RN ?

@DaveLomber
Copy link
Contributor

DaveLomber commented Jun 23, 2021

On Chrome logs I do not see onAccept event by some reason
That's the main issue

Does other party (mobile) send it properly?

@prashantJangidSys
Copy link

Did you got any solutions?

@ccvlad
Copy link
Contributor

ccvlad commented Nov 24, 2023

Did you got any solutions?

@prashantJangidSys this issue is too old and the previous reporter didn't give feedback. If you have a question, please create a separate issue and add information there that will help us determine the cause (logs from caller and callee side, devices, framework, OS, ConnectyCube SDK version, steps to reproduce will be helpful).

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

4 participants