Pause and Playback Functionality in WebRTC JavaScript

I am investigating the support status of XProtect WebRTC JavaScript.

As far as I understand, WebRTC JavaScript does not support video pause or playback functionality. Is this correct?

If it is not supported, I would appreciate any advice on how to implement such functionality.

Best regards.

Support for WebRTC playback is introduced in 2024R1! Actually, first introduced as beta in 2023R3.

If you see the sample it demonstrates how to use it

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/mip2024r1_intro.html&tree=tree_home.html

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_webrtc.html&tree=tree_4.html

https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/webrtc_javascript/readme.html&tree=tree_3.html

https://github.com/milestonesys

Thank you for your reply.

There is a specification for RTP stream pause and resume in the RFC. Please let me know if this is supported.

RFC 7728 - RTP Stream Pause and Resume (https://datatracker.ietf.org/doc/html/rfc7728)

Best regards.