mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Update oRTP submodule + fix TunnelManager according to changes made in oRTP.
This commit is contained in:
parent
6e9e1bbed8
commit
bd6ae0f373
2 changed files with 3 additions and 3 deletions
|
|
@ -65,8 +65,8 @@ void TunnelManager::reconnect(){
|
|||
mTunnelClient->reconnect();
|
||||
}
|
||||
|
||||
static void sCloseRtpTransport(RtpTransport *t, void *userData){
|
||||
TunnelSocket *s=(TunnelSocket*)userData;
|
||||
static void sCloseRtpTransport(RtpTransport *t){
|
||||
TunnelSocket *s=(TunnelSocket*)t->data;
|
||||
TunnelManager *manager=(TunnelManager*)s->getUserPointer();
|
||||
manager->closeRtpTransport(t, s);
|
||||
}
|
||||
|
|
|
|||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 7c55c0b6e5d009f8186167a7e2a8bd956b08eb9e
|
||||
Subproject commit 5b311fe7b0d09002c8e595798566fe9cf6c26e34
|
||||
Loading…
Add table
Reference in a new issue