Click or drag to resize

ISessionManagementUpdateSessionSetRTMPBroadcast Method

Updates a session to allow RTMP broadcasts to the session. Returns an array of RTMP URLs that can be used to broadcast to the session

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
string[] UpdateSessionSetRTMPBroadcast(
	AuthenticationInfo auth,
	Guid sessionId
)

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

Return Value

Type: String
See Also