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
There is a scenario in our business: During a call, if the browser is refreshed or closed, and the page is reloaded (within a limited time), we hope that the current call can continue. May I ask how to achieve this?
I have read the source code and tried to operate through the instance on the session. However, all of these operations are after the newRTCSession, and it is not possible to initialize it based on some existing parameters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is a scenario in our business: During a call, if the browser is refreshed or closed, and the page is reloaded (within a limited time), we hope that the current call can continue. May I ask how to achieve this?
I have read the source code and tried to operate through the instance on the session. However, all of these operations are after the newRTCSession, and it is not possible to initialize it based on some existing parameters.
Beta Was this translation helpful? Give feedback.
All reactions