License server memory validation
This commit is contained in:
@@ -177,6 +177,10 @@ void VoiceBridge::handle_media_stream(const std::shared_ptr<rtc::Channel> &undef
|
||||
if(!stream) return;
|
||||
this->_audio_channel = stream;
|
||||
|
||||
for(const auto& ex : stream->list_extensions()) {
|
||||
debugMessage(0, "{} | {}", ex->name, ex->id);
|
||||
}
|
||||
|
||||
stream->register_local_extension("urn:ietf:params:rtp-hdrext:ssrc-audio-level");
|
||||
for(const auto& codec : stream->list_codecs()) {
|
||||
if(codec->type == rtc::codec::Codec::OPUS) {
|
||||
|
||||
Reference in New Issue
Block a user