For any of the base classes:
Append Kaltura_Client_Enum_ for ENUM classes (such as Kaltura_Client_Enum_SessionType::ADMIN) -
Kaltura_Client_Enum_<name>
or Kaltura_Client_Type_ for object classes:
Kaltura_Client_Type_<name>
where <name> is the class name generated by the API Test Console.
For Server Plugins, use the following syntax:
Kaltura_Client_<plugin>_Enum_<name> Kaltura_Client_<plugin>_Type_<name>
Replace <plugin> with the Server Plugin name, and <name> with the class name generated by the API Test Console.
FAQ Type:
Recommended Reading:
(694 reads)
