muting for better with laptop speakers
This commit is contained in:
@@ -668,6 +668,7 @@ function Room({
|
|||||||
localPeerConnection.on('signal', (signal) => {
|
localPeerConnection.on('signal', (signal) => {
|
||||||
// console.log('have a signal to make call to someone ');
|
// console.log('have a signal to make call to someone ');
|
||||||
|
|
||||||
|
// TODO: try modifying signal and offer to force stereo
|
||||||
$ws.emit(
|
$ws.emit(
|
||||||
ServerRequestChannels.RTC_CALL_SOMEONE_FOR_LINE,
|
ServerRequestChannels.RTC_CALL_SOMEONE_FOR_LINE,
|
||||||
new RtcCallRequest(otherUserId, conversation._id.toString(), signal),
|
new RtcCallRequest(otherUserId, conversation._id.toString(), signal),
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ export default function FooterControls() {
|
|||||||
aria-expanded={open ? 'true' : undefined}
|
aria-expanded={open ? 'true' : undefined}
|
||||||
>
|
>
|
||||||
{userLocalStream ? (
|
{userLocalStream ? (
|
||||||
<Box height={60} width={40} ref={localVideoRef} component={'video'} autoPlay />
|
<Box height={60} width={40} ref={localVideoRef} component={'video'} autoPlay muted />
|
||||||
) : (
|
) : (
|
||||||
<Avatar alt={user.givenName} src={user.picture} />
|
<Avatar alt={user.givenName} src={user.picture} />
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user