Set the data that drives a cowatching session. This method is only callable by the presenter. The video title cannot exceed 100 characters, and the data size is limited to 500 characters. The data will be eventually consistent across all users.
Parametersvideo_titleA string representing the title of the video being played in the cowatching session. This parameter must not exceed 100 characters in length.
presenter_dataA string containing data that drives the cowatching session, such as video metadata or playback information. This parameter is limited to 500 characters in length and will be eventually consistent across all users participating in the session.
A message with type
ovrMessage_Cowatching_SetPresenterData will be generated in response.First call
ovr_Message_IsError() to check if an error occurred.This response has no payload. If no error occurred, the request was successful. Yay!