Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

open-company/ziggeo-client-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ziggeo Client SDK 2.33.2

Ziggeo API (https://ziggeo.com) allows you to integrate video recording and playback with only two lines of code in your site, service or app. This is the Client SDK repository for V2.

Client-Side Integration

For the client-side integration, you need to add these assets to your html file:

<link rel="stylesheet" href="build/ziggeo.css" /> 
<script src="build/ziggeo.js"></script> 

Then, you need to specify your api token:

<script>
	var ziggeoApp = new ZiggeoApi.V2.Application({
		token: "APPLICATION_TOKEN"
	}); 
</script>

You can specify other global options, see here.

To fire up a recorder on your page, add:

<ziggeorecorder></ziggeorecorder> 

To embed a player for an existing video, add:

<ziggeoplayer ziggeo-video='video-token'></ziggeoplayer> 

For the full documentation, please visit ziggeo.com.

Build yourself

npm install
npm run build

License

Copyright (c) 2013-2018 Ziggeo

Proprietary License

About

Ziggeo JavaScript Client SDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.5%
  • HTML 3.4%
  • CSS 1.1%
  • Smarty 1.0%