Chrome packaged app crashes after webrtc video chat
问题 I'm using JavaScript IceLink library (http://www.frozenmountain.com/products/icelink) to implement webrtc video chat. Application crashes sometimes after video chat. Chrome logs shows the next problem: [240:1520:0819/141151:VERBOSE1:webrtcsession.cc(1016)] SetAudioPlayoutVolume: No audio channel exists. void WebRtcSession::SetAudioPlayoutVolume(uint32 ssrc, double volume) { ASSERT(signaling_thread()->IsCurrent()); ASSERT(volume >= 0 && volume <= 10); if (!voice_channel_) { LOG(LS_ERROR) <<