| 124 | } |
| 125 | |
| 126 | int CChannelIce::SetConfigure(const rtc::Configuration &config) |
| 127 | { |
| 128 | m_Config = config; |
| 129 | return 0; |
| 130 | } |
| 131 | |
| 132 | int CChannelIce::SetDataChannel(std::shared_ptr<rtc::DataChannel> dc) |
| 133 | { |
no outgoing calls
no test coverage detected