mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
server: add Session to ServerHandlerOnSetParameterCtx
This commit is contained in:
@@ -173,6 +173,7 @@ type ServerHandlerOnGetParameter interface {
|
||||
|
||||
// ServerHandlerOnSetParameterCtx is the context of a SET_PARAMETER request.
|
||||
type ServerHandlerOnSetParameterCtx struct {
|
||||
Session *ServerSession
|
||||
Conn *ServerConn
|
||||
Request *base.Request
|
||||
Path string
|
||||
|
Reference in New Issue
Block a user