-
Sean DuBois authored
SampleBuilder provides a simple API to build an RTCSample from RTP packets. This is useful when proxying audio/video data to multiple peers. This is the alternative to allowing users to push RTP Packets directly. This would be confusing as we would throw away some of the information that users give us and could lead to weird edge cases Resolves #112
Sean DuBois authoredSampleBuilder provides a simple API to build an RTCSample from RTP packets. This is useful when proxying audio/video data to multiple peers. This is the alternative to allowing users to push RTP Packets directly. This would be confusing as we would throw away some of the information that users give us and could lead to weird edge cases Resolves #112
Loading