Skip to content

Instantly share code, notes, and snippets.

@zoharbabin
Created July 14, 2019 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoharbabin/c9a065ac051ddb5903ebc956389ad214 to your computer and use it in GitHub Desktop.
Save zoharbabin/c9a065ac051ddb5903ebc956389ad214 to your computer and use it in GitHub Desktop.
from KalturaClient import *
config = KalturaConfiguration(<PARTNER ID>)
client = KalturaClient(config)
ks = client.session.start(
<ADMIN SECRET>,
<YOUR EMAIL ADDRESS>,
KalturaSessionType.ADMIN,
<PARTNER ID>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment