Uses of Class
tigase.meet.janus.JanusSession
Packages that use JanusSession
-
Uses of JanusSession in tigase.meet
Methods in tigase.meet with parameters of type JanusSessionModifier and TypeMethodDescriptionprotected CompletableFuture<T>AbstractMeet.createParticipation(JanusSession session, String displayName, BiFunction<LocalPublisher, LocalSubscriber, T> participationConstructor) -
Uses of JanusSession in tigase.meet.janus
Methods in tigase.meet.janus that return JanusSessionModifier and TypeMethodDescriptionprotected JanusSessionJanusConnection.getSession(long id) JanusPlugin.getSession()Methods in tigase.meet.janus that return types with arguments of type JanusSessionMethods in tigase.meet.janus with parameters of type JanusSessionModifier and TypeMethodDescriptionJanusConnection.destroySession(JanusSession session) static <T extends JanusPlugin>
TJanusPlugin.newInstance(Class<T> pluginClass, JanusSession session, Map<String, Object> data) Constructors in tigase.meet.janus with parameters of type JanusSessionModifierConstructorDescriptionprotectedJanusPlugin(JanusSession session, Map<String, Object> data) -
Uses of JanusSession in tigase.meet.janus.videoroom
Methods in tigase.meet.janus.videoroom that return JanusSessionConstructors in tigase.meet.janus.videoroom with parameters of type JanusSessionModifierConstructorDescriptionJanusVideoRoomPlugin(JanusSession session, Map<String, Object> data)