ovr_Cowatching_SetPresenterData Function
Set the data that drives a cowatching session. This method is only callable by the presenter. Video title cannot exceed 100 characters, and data size is limited to 500 characters. The data will be eventually consistent across all users.
A message with type ovrMessage_Cowatching_SetPresenterData will be generated in response.
This response has no payload. If no error occurred, the request was successful. Yay!
ovrRequest ovr_Cowatching_SetPresenterData(const char *video_title, const char *presenter_data)
video_title: const char *
presenter_data: const char *