Open FreCap opened 11 years ago
I planned to include session re-initiation feature in RTCMultiConnection-v1.3 where streams will be stored in an object for re-usability for not only the entire session; but also for the lifetime of the browser instance.
Sessions can be re-initiated many times in the meanwhile. This feature will be included in the final release of v-1.3
.
Renegotiation feature prompts getUserMedia
on each invocation; so re-usability is important there too.
Possible kinds of streams that can be requested:
audio+screen
or video+screen
is not permitted in a single getUserMedia
request.
I have seen that every time you start a call/session, RTCMulti asks user the approval again.
Inside the function getUserMedia(), can't we save the current local stream, and reuse it every time it's asked?
Example: