Broadcast.AttendeeUrl Property

Definition

If a broadcast is in progress, returns a String (string in C#) that represents the URL of the attendee link. Read-only.

public:
 property System::String ^ AttendeeUrl { System::String ^ get(); };
public string AttendeeUrl { get; }
member this.AttendeeUrl : string
Public ReadOnly Property AttendeeUrl As String

Property Value

Remarks

If a broadcast is not in progress, AttendeeUrl returns an empty string.

Applies to