Edit

Share via


Broadcast.Start(String) Method

Definition

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).

Applies to