如何在webrtc ios中停止Echo声音?

时间:2016-11-23 12:56:14

标签: ios iphone video-streaming webrtc

我正在使用Webrtc视频流。
音频回声如何禁用? 我写代码

angular.module('app', ['cgNotify'])
   .controller('myController', function($scope, $http, notify) {
        $scope.alert = function(){
            return $http.get("http://localhost:8080/test/cftyu/q/q/" + q + k + s)
                .then(function(data) {
                    console.log(data);
                    notify("Hello World");
                    return data;
                }, function(data) {
                    console.log(data);
                    return data;
                });
        };
        console.log("fin controlador");
   });

但是,它不起作用。 如何停止或禁用回声?

0 个答案:

没有答案