RTCMultiConnection
RTCMultiConnection copied to clipboard
DIFFERENCE BETWEEN addStream() and captureStream()
Correct me if I am wrong but I can't seem to find the difference between these two methods. I am trying to create a livestreaming service and don't know if I should use captureStream or addStream and which to emit from a streamer.html and viewer.html.