KaltuaraAPI:Contribution Wizard
From Kaltura Wiki
[edit] Description
The Contribution Wizard lets users add content to an existing kshow. The wizard requires mandatory parameters which can be passed as flashvars.
[edit] Parameters
A set of parameters that defines the essential environmental information for the contribution wizard to work with Kaltura services.
| Name | Description |
|---|---|
| userId | the user id for of the user opening the wizard. In case of an anonymous (not registered user) the id should be of some predefined user created for this purpose. |
| isAnonymous | if this parameter is set to 1, the contributor is anonymous (or not registered) and will be able to add his name and a link at the end of the contribution process. |
| sessionId | the Kaltura session retrieved by the partner using the startSession API |
| partnerId | the Partner Id |
| kshow_id | The kshow id the contributed entries will be added to |
| host | reserved parameter - must be 1 |
| terms_of_use | link to the required terms of use the user approves at the end of the contribution process |
| defaultMediaType | An optional parameter, that indicates the default media type screen to show at startup. The media type is given as a string (e.g. "image", "video", "audio"). |
| defaultMediaProviderId | An optional parameter, that indicates the default selected media provider. The provider is given as an integer. |
| quick_edit | If false, entries are automatically added to the roughcut end, otherwise, entries will not be automatically added to the roughcut. |

