Skip to content

WebRTC的版本 #2

@yangtao2016

Description

@yangtao2016

您好,请问你这个项目中使用的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];
}
});

    }`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions