Record yourself here with your WebRTC enabled browser.
Ziggeo automatically falls back to non-WebRTC technologies to record videos on those devices.
You can be sure that once WebRTC video is enabled on these browsers/devices, Ziggeo will use WebRTC on them too.
No setup needed for compliant browsers. WebRTC is now enabled by default in Ziggeo.
For browsers where WebRTC is implemented just as streaming option (like in Safari) you need to add additional parameter webrtc_streaming_if_necessary
. Also if you want to use WebRTC on mobile devices you would add additional paramter called webrtc_on_mobile
. Both of these go into your application header code and together would look like the following code:
<script>
var ziggeoApp = new ZiggeoApi.V2.Application({
token:"APPLICATION_TOKEN",
webrtc_streaming_if_necessary: true,
webrtc_on_mobile: true
});
</script>
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.