algesten / str0m

A Sans I/O WebRTC implementation in Rust.
MIT License
334 stars 50 forks source link

Correctly handle per m-line Absolute Send Time #575

Closed alexlapa closed 1 month ago

alexlapa commented 1 month ago

Related to #573

Remote peer might have Absolute Send Time disabled for some m-line (like Firefiox doest not support abs-send-time on audio lines), so str0m should not add it to RTP header in this case.

algesten commented 1 month ago

Looks good! Just a lil lint problem.

algesten commented 1 month ago

Thanks!