Skip to content

Commit

Permalink
Merge pull request #132 from Faless/fix/force_cleanup_on_unload
Browse files Browse the repository at this point in the history
Call rtc::Cleanup when unloading the library
  • Loading branch information
Faless authored Dec 22, 2023
2 parents 724910c + 308db19 commit ec0eded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebRTCLibPeerConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ void WebRTCLibPeerConnection::initialize_signaling() {
}

void WebRTCLibPeerConnection::deinitialize_signaling() {
rtc::Cleanup();
}

Error WebRTCLibPeerConnection::_parse_ice_server(rtc::Configuration &r_config, Dictionary p_server) {
Expand Down

0 comments on commit ec0eded

Please sign in to comment.