meetview. logo

Table of Contents

UpdatePlayerProperties
Update one or more player properties. Some property names are:”description_above”, “description”, “html_below_player_logo”, “html_below_slides”. If the Player ID is ommited, the updated properties will be applied all the players of the webcast.

Full Property List
“title”, “description_above”, “description”, “width”, “height”, “logo”, “hide_title”, “audio”, “video”, “video_width”, “video_height”, “stream_name”, “archive_url”, “archive_stream”, ” archive_media_start”, “archive_media_end”, “slides”, “slide_position”, “animations”, “closed_captions_file”, “visible”, “html_below_player_logo”, “secondary_server_url”, “html_top_player”, “html_bottom_player”, “show_refresh”, “show_options”, “show_techchat”, “show_chat”, “show_thumbnails”, “bypass_security”, “slide_ratio”, “player_title”, “speaker_image_width”, “speaker_image_height”, “thumbnails_position”, “hide_stream_menu”, ” speaker_image_position”, ” hide_thumbnail_labels”, “user_advanced_slides”, “force_state_archived”, “html_below_slides”, “force_full_browser_video”, “capture_configuration_id”, “capture”

Example
Call=UpdatePlayerProperties

Parameters={“AccessID”:”1234abc”,”AccessKey”:”abcde”,”WebcastID”:”2323″,”PlayerID”:”2323″,”Properties”:{“description_above”:”new description_above”,”description”:”new description”,”html_below_player_logo”:”html_below_player_logo”,”html_below_slides”:”html_below_slides”}}}

URL with Urlencoded Values
https%3A%2F%2Fwww.domain.com%2Ftemplates2.0%2FAPI%2F0.2%2F%3FParameters%3D%7B%22AccessID%22%3A%221234abc%22%2C%22AccessKey%22%3A%22abcde%22%2C%22WebcastID%22%3A%222258%22%2C%22PlayerID%22%3A%223735%22%2C%22Properties%22%3A%7B%22description_above%22%3A%22new%20description_above%22%2C%22description%22%3A%22new%20description%22%2C%22html_below_player_logo%22%3A%22html_below_player_logo%22%2C%22html_below_slides%22%3A%22html_below_slides%22%7D%7D%26Call%3DUpdatePlayerProperties

Example Return
{

“Values”: [
“new description_above”,
“new description”,
“html_below_player_logo”,
“html_below_slides”,
2258,
3735
],
“FieldsUpdated”: [
“description_above”,
“description”,
“html_below_player_logo”,
“html_below_slides”
],
“PlayerID”: 3735,
“WebcastID”: 2258
}

Quote Request