0

Is it possible into Kaltura referenceId length <2, while I am passing referenceId length <2 its showing error like this

"KalturaMediaEntry::referenceId" must have a min length of 2 characters

1 Answers1

0

referenceId is limited to 2 characters.

See:

You can append a constant character to your Reference Ids (like _) when you insert or update and remove it when you need to do the look up in your own system.