Broadcast.Start(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiates the specified broadcast session.
public:
void Start(System::String ^ serverUrl);
public void Start (string serverUrl);
abstract member Start : string -> unit
Public Sub Start (serverUrl As String)
Parameters
- serverUrl
- String
The URL of the broadcast server.
Remarks
Calling the Start method sets up the server, authenticates the user, and uploads the presentation.
If the value passed for serverUrl
has invalid formatting, Start returns an “Invalid Parameter” error. Additionally, the method returns an error if the document is DRM protected, is already being broadcast, or has conflicting edits (is in merge mode).