Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC的版本 #2

Open
yangtao2016 opened this issue Nov 13, 2018 · 0 comments
Open

WebRTC的版本 #2

yangtao2016 opened this issue Nov 13, 2018 · 0 comments

Comments

@yangtao2016
Copy link

您好,请问你这个项目中使用的WebRTC是哪一个版本,版本号是多少呢?,我这边项目使用pod 'GoogleWebRTC'引入的库,谢谢您的demo,很有用!

下面这块代码是旧版本使用的,我用最新的GoogleWebRTC,就不支持了,我修改后对方和我建立连接不显示视频,谢谢
` if (device)
{
RTCAVFoundationVideoSource *videoSource = [_factory avFoundationVideoSourceWithConstraints:[self localVideoConstraints]];
RTCVideoTrack *videoTrack = [_factory videoTrackWithSource:videoSource trackId:@"ARDAMSv0"];
[_localStream addVideoTrack:videoTrack];
dispatch_async(dispatch_get_main_queue(), ^{
if ([_chatdelegate respondsToSelector:@selector(webRTCHelper:setLocalStream:)])
{
[_chatdelegate webRTCHelper:self setLocalStream:_localStream];
}
});

    }`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant