Uses of Class
tigase.meet.janus.videoroom.LocalSubscriber
Packages that use LocalSubscriber
-
Uses of LocalSubscriber in tigase.meet
Fields in tigase.meet declared as LocalSubscriberModifier and TypeFieldDescriptionprotected final LocalSubscriberAbstractParticipation.subscriberMethod parameters in tigase.meet with type arguments of type LocalSubscriberModifier and TypeMethodDescriptionprotected CompletableFuture<T>AbstractMeet.createParticipation(JanusSession session, String displayName, BiFunction<LocalPublisher, LocalSubscriber, T> participationConstructor) protected CompletableFuture<T>AbstractMeet.join(String displayName, BiFunction<LocalPublisher, LocalSubscriber, T> participationConstructor) Constructors in tigase.meet with parameters of type LocalSubscriberModifierConstructorDescriptionAbstractParticipation(M meet, LocalPublisher localPublisher, LocalSubscriber localSubscriber) Constructor of the class which stores publisher and subscriber.AbstractParticipationWithSession(M meet, tigase.xmpp.jid.JID jid, LocalPublisher localPublisher, LocalSubscriber localSubscriber) Participation(Meet meet, tigase.xmpp.jid.JID jid, LocalPublisher localPublisher, LocalSubscriber localSubscriber) ParticipationWithListener(AbstractMeet<ParticipationWithListener> meet, LocalPublisher localPublisher, LocalSubscriber localSubscriber) -
Uses of LocalSubscriber in tigase.meet.janus.videoroom
Methods in tigase.meet.janus.videoroom that return LocalSubscriber