Update linphone and mediastreamer2, re-enable ice.
[--force] because I switch submodules/linphone to dev_refactor_cpp branch
This commit is contained in:
parent
dc0d377355
commit
837879dffe
5 changed files with 27 additions and 13 deletions
|
@ -7,7 +7,7 @@ mtu=1300
|
|||
#Because dynamic bitrate adaption can increase bitrate, we must allow "no limit"
|
||||
download_bw=0
|
||||
upload_bw=0
|
||||
force_ice_disablement=1
|
||||
force_ice_disablement=0
|
||||
|
||||
[sip]
|
||||
guess_hostname=1
|
||||
|
|
|
@ -609,6 +609,18 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onParticipantDeviceFetchRequested(ChatRoom cr, Address addr) {
|
||||
|
||||
}
|
||||
@Override
|
||||
public void onParticipantRegistrationSubscriptionRequested(ChatRoom cr, Address participantAddr){
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onParticipantRegistrationUnsubscriptionRequested(ChatRoom cr, Address participantAddr){
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onUndecryptableMessageReceived(ChatRoom cr, ChatMessage msg) {
|
||||
final Address from = msg.getFromAddress();
|
||||
|
@ -760,11 +772,6 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onParticipantDeviceFetched(ChatRoom cr, Address participantAddr) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStateChanged(ChatRoom cr, ChatRoom.State newState) {
|
||||
if (mChatRoom.hasBeenLeft()) {
|
||||
|
|
|
@ -449,11 +449,6 @@ public class GroupInfoFragment extends Fragment implements ChatRoomListener {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onParticipantDeviceFetched(ChatRoom cr, Address participantAddr) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onUndecryptableMessageReceived(ChatRoom cr, ChatMessage msg) {
|
||||
|
||||
|
@ -463,4 +458,16 @@ public class GroupInfoFragment extends Fragment implements ChatRoomListener {
|
|||
public void onStateChanged(ChatRoom cr, ChatRoom.State newState) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onParticipantDeviceFetchRequested(ChatRoom cr, Address addr) {
|
||||
|
||||
}
|
||||
@Override
|
||||
public void onParticipantRegistrationSubscriptionRequested(ChatRoom cr, Address participantAddr){
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onParticipantRegistrationUnsubscriptionRequested(ChatRoom cr, Address participantAddr){
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6d6ee9691c19febf5e8a092239fa7d1e0cd5388b
|
||||
Subproject commit 6c7c56271a261af359a587a06916d8309f47003f
|
|
@ -1 +1 @@
|
|||
Subproject commit e20c2ed9a7397e5d6cc9ed4cbf3539761ae35111
|
||||
Subproject commit f49b3d5ea3ab56b4b021a760a58f44015b3c5765
|
Loading…
Reference in a new issue