1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00
galene/rtpconn
Juliusz Chroboczek 710cc3cc14 Add ability to set initial user status.
Setting the status after joining (using the "setstatus" action)
may cause multiple "user" messages to be sent to clients.  Add
the ability to set the initial status at join time.
2022-01-28 22:21:19 +01:00
..
rtpconn.go Avoid overflow in bitrate computation. 2022-01-25 20:11:28 +01:00
rtpconn_test.go Avoid overflow in bitrate computation. 2022-01-25 20:11:28 +01:00
rtpreader.go Move packet parsing code into its own package. 2021-07-29 21:30:39 +02:00
rtpstats.go Export the max requested rate in track statistics. 2021-08-03 03:28:36 +02:00
rtpwriter.go Reduce delay before sending NACK. 2021-11-27 23:14:42 +01:00
webclient.go Add ability to set initial user status. 2022-01-28 22:21:19 +01:00