Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

About CS_WebRTC_Client_SDK_Windows.v3.2

han_x_
Beginner
352 Views

 

I try to debug the sample of CS_WebRTC_Client_SDK_Windows.v3.2 in Visual Studio 2015(VS2015), the function of  Subscribe and Publish is ok。But usually the Output of VS2015 will print FAILED infomation as follow:

(common.cc:59): c:\cppsdk\src\talk\woogeen\sdk\conference\conferenceclient.cc(742): ASSERT FAILED: false @ woogeen::conference::ConferenceClient::TriggerOnStreamRemoved
ConferenceSampleQt.exe 已触发了一个断点。

I can'n find the path and file as follow in my conputer and VS2015's Property and Configuration:

c:\cppsdk\src\talk\woogeen\sdk\conference\conferenceclient.cc 

How to handle this problem?

Thanks!

0 Kudos
1 Reply
Lei_Z_Intel1
Employee
352 Views

This is one possibility that some user quickly join and quit the room and cause the stream removed event arrives before the stream added. Client SDK will protect such issue and report error. Is that your case?

0 Kudos
Reply