A lot of updates
This commit is contained in:
@@ -61,7 +61,9 @@ VoiceBridge::VoiceBridge(const shared_ptr<WebClient>& owner) : _owner(owner) {
|
||||
this->connection = make_unique<rtc::PeerConnection>(config);
|
||||
}
|
||||
|
||||
VoiceBridge::~VoiceBridge() {}
|
||||
VoiceBridge::~VoiceBridge() {
|
||||
__asm__("nop");
|
||||
}
|
||||
|
||||
int VoiceBridge::server_id() {
|
||||
auto locked = this->_owner.lock();
|
||||
|
||||
Reference in New Issue
Block a user