Hi Steve and the List,
First of all, thank you very much for the great effort from WebRTC team
and contributors.
After reading the "Migrating ..." doc, I have two questions.
1. OnRemoveTrack (or its equivalent) in Java API
I could not find OnRemoveTrack (or its equivalent) API exposed to Java
world as of commit f05cae3268 in master branch.
On the other hand, ios SDK has the exposed API implemented in
RTCPeerConnection.mm:
void PeerConnectionDelegateAdapter::OnRemoveTrack(
rtc::scoped_refptr<RtpReceiverInterface> receiver) {
RTCPeerConnection *peer_connection = peer_connection_;
if ([peer_connection.delegate
respondsToSelector:@selector(peerConnection:didRemoveReceiver:)]) {
2. OnTrack or OnAddTrack
The migration document mentions onTrack as "which is intended to
replace OnAddTrack."
Current implementation of OnAddTrack supplies media streams along with
the track itself,
but OnTrack does not. Can it be possible to group tracks from OnTrack
calls by MSID?
Thanks,
Shino
2018年10月19日(金) 8:22 Steve Anton <
steve...@webrtc.org>:
> --
>
> ---
> You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
discuss-webrt...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/discuss-webrtc/CAKopfD_1TZKCN0PZWFKdjQ_B7S56%3DMdXUQV7zePZ2fyZJ_2LNA%40mail.gmail.com.
> For more options, visit
https://groups.google.com/d/optout.