Hiii,
We are facing problem while screen sharing, issue is with audio stream
which is not audible on chrome but working fine on firefox. We are using
two streams one for audio and another for screen share. Is there any
solution to this problem. Chrome version is 51 and firefox version is 47.
we are using following configs for screen and audio respectively:
screenConfig = {audio: false, screen: screen, videoSize: [640, 480, 1280,
720], video: {mandatory: {maxWidth: 1280, maxHeight: 720}}, attributes:
{name: ‘presenter’, type: ‘public’}};
audioConfig = {audio: true, data: true, video: false, attributes: { name:
‘presenter’, type: ‘public’}};
Its a bug with chrome and
screenshare: Issues · lynckia/licode · GitHub Donnerstag, 16. Juni 2016 17:00:40 UTC+2 schrieb Sumit Malik:
Hiii,
We are facing problem while screen sharing, issue is with audio stream
which is not audible on chrome but working fine on firefox. We are using
two streams one for audio and another for screen share. Is there any
solution to this problem. Chrome version is 51 and firefox version is 47.
we are using following configs for screen and audio respectively:
screenConfig = {audio: false, screen: screen, videoSize: [640, 480, 1280,
720], video: {mandatory: {maxWidth: 1280, maxHeight: 720}}, attributes:
{name: ‘presenter’, type: ‘public’}};
audioConfig = {audio: true, data: true, video: false, attributes: { name:
‘presenter’, type: ‘public’}};