Uses of Class
tigase.meet.janus.videoroom.LocalPublisher
Packages that use LocalPublisher
-
Uses of LocalPublisher in tigase.meet
Fields in tigase.meet declared as LocalPublisherMethod parameters in tigase.meet with type arguments of type LocalPublisherModifier 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 LocalPublisherModifierConstructorDescriptionAbstractParticipation(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 LocalPublisher in tigase.meet.janus.videoroom
Methods in tigase.meet.janus.videoroom that return LocalPublisherModifier and TypeMethodDescriptionstatic LocalPublisherLocalPublisher.fromData(Map<String, Object> data, JanusVideoRoomPlugin videoRoomPlugin, Object roomId) Methods in tigase.meet.janus.videoroom that return types with arguments of type LocalPublisherModifier and TypeMethodDescriptionJanusVideoRoomPlugin.createPublisher(Object roomId, String displayName)