1
Fork 0
galene/rtpconn
Juliusz Chroboczek 8a2357de21 Only send chat history when joining.
When we moved the chat history to the client goroutine back in 0.6,
we started sending the history whenever the group configuration changed.
Only send it when first joining the group.  Thanks to Rémi Nollet.
2022-10-07 00:22:03 +02:00
..
rtpconn.go Minor cleanups. 2022-04-23 18:43:01 +02: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 Make duration functions work with negative values. 2022-04-16 01:20:29 +02:00
rtpwriter.go Make duration functions work with negative values. 2022-04-16 01:20:29 +02:00
webclient.go Only send chat history when joining. 2022-10-07 00:22:03 +02:00