Added missing callback to LinphoneTesterManager
This commit is contained in:
parent
623ec93c7f
commit
190226fa5e
1 changed files with 4 additions and 0 deletions
|
@ -434,4 +434,8 @@ public class LinphoneTestManager implements LinphoneCoreListener {
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
public void isComposingReceived(LinphoneCore lc, LinphoneChatRoom cr) {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue