Skip to content

Commit

Permalink
doc: Updates documentation. (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored Oct 16, 2018
1 parent d412f78 commit dda4d53
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/main/java/org/jitsi/videobridge/osgi/JvbBundleConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,11 @@ public class JvbBundleConfig
"org/jitsi/videobridge/version/VersionActivator"
},
{
// The HTTP/JSON API of Videobridge is started after and in a start
// level separate from Videobridge because the HTTP/JSON API is
// useless if Videobridge fails to start.
// The HTTP/JSON API of Videobridge is started before Videobridge
// because Jetty needs to bind to its port before the ice4j
// TCP harvester (started as part of Videobridge) does.
"org/jitsi/videobridge/rest/RESTBundleActivator",
"org/jitsi/videobridge/rest/PublicRESTBundleActivator",
// The statistics/health reports are a non-vital, optional,
// additional piece of functionality of the Videobridge.
// Consequently, they do not have to be started before the
// Videobridge. Besides, they employ OSGi and, hence, they should be
// capable of acting as a plug-in. They do not have to be started
// before the HTTP/JSON API because the HTTP/JSON API (1) exposes
// the vital, non-optional, non-additional pieces of functionality
// of the Videobridge and (2) it pulls, does not push.
"org/jitsi/videobridge/stats/StatsManagerBundleActivator",
"org/jitsi/videobridge/EndpointConnectionStatus"
},
Expand Down

0 comments on commit dda4d53

Please sign in to comment.