mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 20:08:16 +00:00
Hidden participants (#65)
Enables hidden recording and/or forwarding participants
This commit is contained in:
@@ -31,6 +31,7 @@ type ParticipantInit struct {
|
||||
ProtocolVersion int32
|
||||
UsePlanB bool
|
||||
AutoSubscribe bool
|
||||
Hidden bool
|
||||
}
|
||||
|
||||
type NewParticipantCallback func(roomName string, pi ParticipantInit, requestSource MessageSource, responseSink MessageSink)
|
||||
|
||||
Reference in New Issue
Block a user