Skip to content

Instantly share code, notes, and snippets.

@zoharbabin
Created July 14, 2019 23:47
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/e8b161f23791c2b35a76865343e5dd13 to your computer and use it in GitHub Desktop.
Save zoharbabin/e8b161f23791c2b35a76865343e5dd13 to your computer and use it in GitHub Desktop.
entry = KalturaMediaEntry()
entry.mediaType = KalturaMediaType.VIDEO
entry.name = "Sample Video"
entry.description = "yet another sample video in my arsenal"
mediaEntry = client.media.add(entry)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment