support encrypted streams with SRTP and MIKEY (#520) (#809)

This commit is contained in:
Alessandro Ros
2025-07-05 12:48:13 +02:00
committed by GitHub
parent a5ff92f130
commit 616fa7ea89
104 changed files with 4179 additions and 766 deletions

View File

@@ -13,7 +13,7 @@ type Session struct {
// session id
Session string
// (optional) a timeout
// (optional) timeout
Timeout *uint
}