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
At the moment, upon arrival of a new contact, a startsession() is done. In case of firefox (and multiple browsers) a 'postpone start session' is done, until the agent clicks on the 'accept' button, and then the webrtc handshaking etc is started.
I want to have this behaviour in all cases, and all the browsers, meaning that the RTC streaming/handshaking is only started when the agent 'accepts' the call.
In the current setup this rtc handshaking etc is always done when the call arrives, even if the user does not accept the call.
Is there a way to have this 'postponed' mechanism available , so the webrtc handshaking starts after the 'accept' of the call?
thanks
Dirk
The text was updated successfully, but these errors were encountered:
Hello,
At the moment, upon arrival of a new contact, a startsession() is done. In case of firefox (and multiple browsers) a 'postpone start session' is done, until the agent clicks on the 'accept' button, and then the webrtc handshaking etc is started.
I want to have this behaviour in all cases, and all the browsers, meaning that the RTC streaming/handshaking is only started when the agent 'accepts' the call.
In the current setup this rtc handshaking etc is always done when the call arrives, even if the user does not accept the call.
Is there a way to have this 'postponed' mechanism available , so the webrtc handshaking starts after the 'accept' of the call?
thanks
Dirk
The text was updated successfully, but these errors were encountered: