Table of Contents
WebcastStatus:
Returns the webcast state. The possible states are ‘closed’,’opened’,’preregistration’ and ‘archived’ an error will be returned if the webcast does not exists.
Example
Call= WebcastStatus Parameters={“AccessID”:”1234abc”,”WebcastID”:1475,”AccessKey”:”abcde”}
URL with Urlencoded Values
https://www.domain.com/templates2.0/API/?Call=WebcastStatus&Parameters=%7B”AccessID”%3A50%2C”WebcastID”%3A1475%2C”AccessKey”%3A”abcde”%7D
Example Return Result
{“State”:”opened”}