Click or drag to resize

IAccessManagementGrantPublicGroupAccessToSession Method

Grants public access to the given session, if they have the link. Can only be called by an admin or a creator NOTE: Only supported in Panopto versions 5.2 and later

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
void GrantPublicGroupAccessToSession(
	AuthenticationInfo auth,
	Guid sessionId,
	AccessRole role
)

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 grant access to
role
Type: Panopto.Server.Services.PublicAPI.V40AccessRole
See Also