I'm setting up a one-to-one video chat using RTCMultiConnection. How to use firebase as a signaling server?
I have installed rtcmulticonnection and opened the Video Conferencing using Firebase demo and then applied this step here, but it did not work, only one video is showing even if I joined the room, and the chat textbox is not enabled, however, no errors are showing, and I have tried to log a message inside connection.open
but it is not showing.
I want to apply this one-to-one video chat but with firebase as a signaling server.