diff --git a/AUTHORS b/AUTHORS index 83a74af633..15f2589e05 100644 --- a/AUTHORS +++ b/AUTHORS @@ -62,6 +62,7 @@ Korniltsev Anatoly Todd Wong Maxim Pavlov Yusuke Suzuki +Piasy Xu &yet LLC <*@andyet.com> Agora IO <*@agora.io> diff --git a/examples/objc/AppRTCMobile/ARDAppClient.m b/examples/objc/AppRTCMobile/ARDAppClient.m index b3fb2495c8..11c6e34cbe 100644 --- a/examples/objc/AppRTCMobile/ARDAppClient.m +++ b/examples/objc/AppRTCMobile/ARDAppClient.m @@ -696,6 +696,7 @@ static int const kKbpsMultiplier = 1000; _localVideoTrack = [self createLocalVideoTrack]; if (_localVideoTrack) { [_peerConnection addTrack:_localVideoTrack streamIds:@[ kARDMediaStreamId ]]; + [_delegate appClient:self didReceiveLocalVideoTrack:_localVideoTrack]; // We can set up rendering for the remote track right away since the transceiver already has an // RTCRtpReceiver with a track. The track will automatically get unmuted and produce frames // once RTP is received.