Uses of Class
tigase.meet.janus.videoroom.Publisher
Packages that use Publisher
-
Uses of Publisher in tigase.meet
Method parameters in tigase.meet with type arguments of type PublisherModifier and TypeMethodDescriptionvoidAbstractParticipation.addedPublishers(Collection<Publisher> publishers) voidParticipation.addedPublishers(Collection<Publisher> publishers) voidParticipationWithListener.addedPublishers(Collection<Publisher> publishers) voidParticipation.Listener.publishersJoined(Collection<Publisher> joined) voidParticipation.Listener.publishersLeft(Collection<Publisher> left) -
Uses of Publisher in tigase.meet.janus.videoroom
Methods in tigase.meet.janus.videoroom that return types with arguments of type PublisherMethod parameters in tigase.meet.janus.videoroom with type arguments of type PublisherModifier and TypeMethodDescriptionvoidLocalPublisher.Listener.addedPublishers(Collection<Publisher> publishers) Constructor parameters in tigase.meet.janus.videoroom with type arguments of type PublisherModifierConstructorDescriptionLocalPublisher(JanusVideoRoomPlugin videoRoomPlugin, Object roomId, long id, long privateId, List<Publisher> publishers)