mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fixed unimplemented methods.
Full brightness on videocall activity.
This commit is contained in:
parent
77745099ba
commit
2b829b72b6
1 changed files with 6 additions and 0 deletions
|
|
@ -121,4 +121,10 @@ class LinphoneProxyConfigImpl implements LinphoneProxyConfig {
|
|||
throw new LinphoneCoreException("cannot set route ["+routeUri+"]");
|
||||
}
|
||||
}
|
||||
public void enablePublish(boolean enable) {
|
||||
throw new RuntimeException("not implemented");
|
||||
}
|
||||
public boolean publishEnabled() {
|
||||
throw new RuntimeException("not implemented");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue