A video calling web app built using webRTC.
(PS: Still in intial stage of development; trying different methods to implement the functionality)
-
-
Create
calls
collection. -
Initialize a new document with
offer
as a map:offer: { sdp: '', type: '' }
-
Create
offerCandidates
andanswerCandidates
as subcollections of thecalls
collection. -
Initialize a new document inside
offerCandidates
andanswerCandidates
with the following fields.candidate: '' sdpMLineIndex: '' sdpMid: ''
-