Questions tagged [rtcmulticonnection]

RTCMultiConnection is a JavaScript library for establishing WebRTC connections for peer-to-peer communications.

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications.

60 questions
0
votes
0 answers

Create Room without Joining rtcmulticonnection

I can create and join a room using: document.getElementById('open-room').onclick = function() { var roomid = roomName.value; if (!roomid.length) return alert('Please enter roomid.'); this.disabled = true; connection.openOrJoin(roomid,…
Tolulope
  • 488
  • 1
  • 5
  • 19
0
votes
1 answer

RTCMulticonnection initiator no camera

I need some help please if the initiator of the room has no camera,I want the joiner that has both audio and camera to be used. but the problem is that I set to false to video mediacontstraints. now the joiner will only have the audio the camera is…
jemz
  • 4,987
  • 18
  • 62
  • 102
0
votes
0 answers

Uncaught TypeError: Cannot read property 'getAudioTracks' of undefined in RTCMUlticonnection

I am using RTCMulticonnection v3 for video/audio/text chat. In my project I am not starting streaming when any user joins the room. I am starting streaming when user clicks on Camera icon beside username. Check the below screenshot. Getting error…
Pankaj Makwana
  • 3,030
  • 6
  • 31
  • 47
0
votes
1 answer

RTCMultiConnection iOS 11 safari audio/video stream issue

I'm using the RTCMulticonnection library for a webrtc video streaming platform. It functions pretty much like this: There's a list of users, each with a profile page that has a chat button. Upon clicking this chat button, the caller is taken into a…
C Apetrei
  • 35
  • 1
  • 7
0
votes
1 answer

How to control Audio from AudioContext.createAnalyser()?

I work with WebRTC, I receive the stream correctly. If I send the browser, everything works fine, but when I try to check the frequency with AudioContext-createAnalyser. It also continues to work, but I no longer have control over the volume of the…
0
votes
1 answer

Sending and Receiving request for Private Chat using RTCMultiConnection-v3

I am using RTCMultiConnection-v3. I need your help to develop one functionality for private chat application. What I want to do is I have many users in my applications. A single user can chat with multiple users at a time. But I want to do below…
Pankaj Makwana
  • 3,030
  • 6
  • 31
  • 47
0
votes
1 answer

RTCMulticonnection room join keeps throwing error : Session-Descriptions not found. Rechecking

I'm using RTCMulticonnection MultiRTC script to capture and stream multiple user cameras. I guess, If any user refresh page then session keeps alive in background even I've added page unload event window.onbeforeunload = function() { …
Bhaumik Pandhi
  • 2,655
  • 2
  • 21
  • 38
0
votes
1 answer

How to implementation of WebRTC peer-to-peer Audio conference in mesh topology using RTCMultiConnection

I want to implement peer-to-peer audio conference using WebRTC. I have tried RTCMultiConnection.js to implement the same, but Facing some issues to play it outside network(outside NAT). I have tried to setup STUN and TURN as well, but issue remain…
Nilesh Wagh
  • 940
  • 1
  • 12
  • 26
0
votes
1 answer

RTCMultiConnection Demos cordva for IOS

We integrated RTCMultiConnection Demos cordva code in iOS app and also add iOS native code into it. need to confirm one thing that how it will be linked with our web code i.e if i will call from my IOS app then how it will get connected within my…
user7015213
0
votes
0 answers

WebRTC RTCmulticonnecttion swap camera without refresh

I am using RTCmulticonnection. RTCMultiConnection I want to swap camera without refresh the page. Is any solution to swap camera on run time?
user7015213
0
votes
1 answer

RTCMultiConnection not able to switch off the video and audio on local..?

Not Able to switch off video on my local system, although I am able to do it with the socket signalling server, but that is not saving the bandwidth, I want to save the bandwidth, by turning the audio and video off in reality, and same should happen…
Rambo
  • 13
  • 2
0
votes
1 answer

Socket IO query parameters

This is a general question about Socket IO, which I'm a bit unfamiliar with. I've seen a few tutorials and examples, they call seem to query the socket.io server similar to…
l3utterfly
  • 2,106
  • 4
  • 32
  • 58
0
votes
1 answer

RTCMultiConnection exception on connection.addStream()

I'm trying to switch source - screen to webcam (LIVE). I've started from function addStream() and after executing it I'm getting this error: DOMException: Failed to execute 'webkitGetUserMedia' on 'Navigator': At least one of audio and video must be…
morozRed
  • 176
  • 4
  • 14
0
votes
1 answer

How to use RTCMultiConnection on Ruby/Python/PHP or similar platforms?

RTCMultiConnection seems using socket.io (node.js) based solution. How to integrate RTCMultiConnection into ruby-on-rails (or PHP/Python/ASP.NET/MVC/etc.)?
Muaz Khan
  • 7,138
  • 9
  • 41
  • 77
-1
votes
1 answer

Is it possible to access user's webcam by admin using RTCMultiConnection#V3

I am creating Audio/Video/Text chat application. I have successfully completed Video conferencing functionality. But I don't have any idea about accessing User's webcam without user's permission. What exactly I want to do is Admin can access user's…
Pankaj Makwana
  • 3,030
  • 6
  • 31
  • 47
1 2 3
4