public class LibJitsiOSGiImpl extends LibJitsiImpl
| Constructor and Description |
|---|
LibJitsiOSGiImpl(org.osgi.framework.BundleContext bundleContext)
Initializes a new LibJitsiOSGiImpl instance with a specific
BundleContext.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
getService(Class<T> serviceClass)
Gets a service of a specific type associated with this implementation of
the libjitsi library.
|
getAudioNotifierService, getConfigurationService, getFileAccessService, getMediaService, getPacketLoggingService, getResourceManagementService, start, stoppublic LibJitsiOSGiImpl(org.osgi.framework.BundleContext bundleContext)
bundleContext - the BundleContext to be used by the new
instance to look for registered servicesprotected <T> T getService(Class<T> serviceClass)
getService in class LibJitsiImplserviceClass - the type of the service to be retrievedCopyright © 2021 jitsi.org. All rights reserved.