Package tigase.meet
Class ParticipationWithListener
java.lang.Object
tigase.meet.AbstractParticipation<ParticipationWithListener,AbstractMeet<ParticipationWithListener>>
tigase.meet.ParticipationWithListener
- All Implemented Interfaces:
LocalPublisher.Listener,LocalSubscriber.Listener
public class ParticipationWithListener
extends AbstractParticipation<ParticipationWithListener,AbstractMeet<ParticipationWithListener>>
implements LocalPublisher.Listener, LocalSubscriber.Listener
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class tigase.meet.AbstractParticipation
publisher, subscriber -
Constructor Summary
ConstructorsConstructorDescriptionParticipationWithListener(AbstractMeet<ParticipationWithListener> meet, LocalPublisher localPublisher, LocalSubscriber localSubscriber) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddedPublishers(Collection<Publisher> publishers) voidreceivedPublisherCandidate(JanusPlugin.Candidate candidate) voidreceivedPublisherSDP(JSEP jsep) voidreceivedSubscriberCandidate(JanusPlugin.Candidate candidate) voidreceivedSubscriberSDP(JSEP jsep) voidMethods inherited from class tigase.meet.AbstractParticipation
getMeet, leave, removedPublishers, sendPublisherCandidate, sendPublisherSDP, sendSubscriberCandidate, sendSubscriberSDP, setListeners, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface tigase.meet.janus.videoroom.LocalPublisher.Listener
removedPublishers
-
Constructor Details
-
ParticipationWithListener
public ParticipationWithListener(AbstractMeet<ParticipationWithListener> meet, LocalPublisher localPublisher, LocalSubscriber localSubscriber)
-
-
Method Details
-
addedPublishers
- Specified by:
addedPublishersin interfaceLocalPublisher.Listener- Overrides:
addedPublishersin classAbstractParticipation<ParticipationWithListener,AbstractMeet<ParticipationWithListener>>
-
receivedPublisherSDP
- Specified by:
receivedPublisherSDPin interfaceLocalPublisher.Listener
-
receivedPublisherCandidate
- Specified by:
receivedPublisherCandidatein interfaceLocalPublisher.Listener
-
setListener
-
receivedSubscriberSDP
- Specified by:
receivedSubscriberSDPin interfaceLocalSubscriber.Listener
-
receivedSubscriberCandidate
- Specified by:
receivedSubscriberCandidatein interfaceLocalSubscriber.Listener
-