Tizen Integration
Tizen¶
Peer5 integrates with Tizen apps in a straightforward and simple way. Since Tizen runs its applications in Chromium all the technology required to use Peer5 in Tizen is already there.
Web Application¶
If your Tizen applications is a web applications and it is indeed the recommended way to write Tizen apps.
Peer5 integration for tizen applications is simple. Please follow the web integration instructions.
Note that in order to load the Peer5 scripts please add *.peer5.com
to the allowed origins in your config.xml
file:
1 |
|
.NET Application¶
We have an integration for .NET Tizen apps through a private beta please contact us via email or Chat with us right now regarding non JavaScript integrations.
C++ Application¶
Integration for native playback depends on whether you're performing video playback using an HTML5 player or a native player. Please contact us via email or Chat with us right now regarding non JavaScript integrations.