Click or drag to resize

ISessionManagementAddSession Method

Creates a new session.

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
Session AddSession(
	AuthenticationInfo auth,
	string name,
	Guid folderId,
	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
name
Type: SystemString
The name of the new session
folderId
Type: SystemGuid
The id of the folder the session will be created in
isBroadcast
Type: SystemBoolean
If true then the session will be broadcast live as it is being recorded

Return Value

Type: Session
The metadata for the newly created session
See Also