-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
您好,请问你这个项目中使用的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
Labels
No labels