Click or drag to resize

ISessionManagementUpdateSessionIsBroadcast Method

Updates the IsBroadcast flag on a session. Will throw an exception if the session has already been started.

Namespace:  Panopto.Server.Services.PublicAPI.V42.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
void UpdateSessionIsBroadcast(
	AuthenticationInfo auth,
	Guid sessionId,
	bool isBroadcast
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
sessionId
Type: SystemGuid
The id of the session to update
isBroadcast
Type: SystemBoolean
The new isBroadcast
See Also