You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PbReader fix: audio packets from anonymous users results in panic (#37)
For each user an Audio Codec is created on the fly with the first
received packet. The Protobuf Message contains a UserID field
which should be set by the client. The UserID is used to ensure
that the audio frames are correcty decoded and that simultaneously
received packets from multiple users are not mixed.
In case a packet with an empty UserID is received, the userID
will be set to 'unknown-client' and a warning is logged.
0 commit comments