You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 + video stream
audio-only stream
video-only stream
screen capturing stream
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:
The text was updated successfully, but these errors were encountered: