Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractMeet<T extends AbstractParticipation> - Class in tigase.meet
- AbstractMeet(JanusConnection, Object) - Constructor for class tigase.meet.AbstractMeet
- AbstractModule - Class in tigase.meet.modules
- AbstractModule() - Constructor for class tigase.meet.modules.AbstractModule
- AbstractParticipation<P extends AbstractParticipation<P,
M>, M extends AbstractMeet<P>> - Class in tigase.meet - AbstractParticipation(M, LocalPublisher, LocalSubscriber) - Constructor for class tigase.meet.AbstractParticipation
-
Constructor of the class which stores publisher and subscriber.
- AbstractParticipationWithSession<P extends AbstractParticipationWithSession<P,
M>, M extends AbstractMeet<P>> - Class in tigase.meet - AbstractParticipationWithSession(M, JID, LocalPublisher, LocalSubscriber) - Constructor for class tigase.meet.AbstractParticipationWithSession
- accept - Enum constant in enum class tigase.meet.jingle.ContentAction
- accept(JsonGenerator) - Method in interface tigase.meet.janus.JanusConnection.RequestGenerator
- Action - Enum Class in tigase.meet.jingle
- actions - Static variable in enum class tigase.meet.jingle.Action
- active - Enum constant in enum class tigase.meet.jingle.Fingerprint.Setup
- ACTIVE - Enum constant in enum class tigase.meet.Session.State
- actpass - Enum constant in enum class tigase.meet.jingle.Fingerprint.Setup
- add - Enum constant in enum class tigase.meet.jingle.ContentAction
- addedPublishers(Collection<Publisher>) - Method in class tigase.meet.AbstractParticipation
- addedPublishers(Collection<Publisher>) - Method in interface tigase.meet.janus.videoroom.LocalPublisher.Listener
- addedPublishers(Collection<Publisher>) - Method in class tigase.meet.Participation
- addedPublishers(Collection<Publisher>) - Method in class tigase.meet.ParticipationWithListener
- addJid(BareJID, JID) - Method in class tigase.meet.PresenceCollectorRepository
- allow(BareJID) - Method in class tigase.meet.Meet
- ALLOW_EVERYONE - Static variable in class tigase.meet.AbstractMeet
- ALLOW_EVERYONE - Static variable in class tigase.meet.Meet
- AllowMeetModule - Class in tigase.meet.modules
- AllowMeetModule() - Constructor for class tigase.meet.modules.AllowMeetModule
- answer - Enum constant in enum class tigase.meet.janus.JSEP.Type
- applyDiff(ContentAction, SDP) - Method in class tigase.meet.jingle.SDP
- assertNotError(Map<String, Object>) - Method in class tigase.meet.janus.JanusPlugin
- attachPlugin(Class<T>) - Method in class tigase.meet.janus.JanusSession
- audio - Enum constant in enum class tigase.meet.janus.videoroom.Publisher.Stream.Type
- audio - Enum constant in enum class tigase.meet.MediaType
B
- beforeUnregister() - Method in class tigase.meet.DefaultMeetLogic
- beforeUnregister() - Method in class tigase.meet.janus.JanusService
- both - Enum constant in enum class tigase.meet.jingle.Content.Senders
- both - Enum constant in enum class tigase.meet.jingle.Description.Senders
C
- Candidate - Class in tigase.meet.jingle
- Candidate(String, int, String) - Constructor for class tigase.meet.janus.JanusPlugin.Candidate
- Candidate(String, String, int, String, String, int, int, int, Candidate.ProtocolType, Optional<String>, Optional<Integer>, Optional<Candidate.CandidateType>, Optional<String>) - Constructor for class tigase.meet.jingle.Candidate
- Candidate.CandidateType - Enum Class in tigase.meet.jingle
- Candidate.ProtocolType - Enum Class in tigase.meet.jingle
- checkCreatePermission(BareJID, JID) - Method in class tigase.meet.DefaultMeetLogic
- checkCreatePermission(BareJID, JID) - Method in interface tigase.meet.IMeetLogic
- checkPermission(Meet, JID, IMeetLogic.Action) - Method in class tigase.meet.DefaultMeetLogic
- checkPermission(Meet, JID, IMeetLogic.Action) - Method in interface tigase.meet.IMeetLogic
- checkPermissionFuture(Meet, JID, IMeetLogic.Action) - Method in interface tigase.meet.IMeetLogic
- cloneForModify() - Method in class tigase.meet.jingle.Content
- cloneHeaderOnly() - Method in class tigase.meet.jingle.Content
- cloneWithSSRCsOnly() - Method in class tigase.meet.jingle.Description
- close() - Method in class tigase.meet.janus.JanusConnection
- Content - Class in tigase.meet.jingle
- Content(Map<String, Object>, JSEP) - Constructor for class tigase.meet.janus.JanusPlugin.Content
- Content(Map, JSEP) - Constructor for class tigase.meet.janus.videoroom.JanusVideoRoomPlugin.Content
- Content(Content.Creator, String, Optional<Content.Senders>, Optional<Description>, List<Transport>) - Constructor for class tigase.meet.jingle.Content
- Content.Creator - Enum Class in tigase.meet.jingle
- Content.Senders - Enum Class in tigase.meet.jingle
- Content.StreamType - Enum Class in tigase.meet.jingle
- contentAccept - Enum constant in enum class tigase.meet.jingle.Action
- ContentAction - Enum Class in tigase.meet.jingle
- contentAdd - Enum constant in enum class tigase.meet.jingle.Action
- contentModify - Enum constant in enum class tigase.meet.jingle.Action
- contentReject - Enum constant in enum class tigase.meet.jingle.Action
- contentRemove - Enum constant in enum class tigase.meet.jingle.Action
- convertCandidateToContent(Content.Creator, SDP, JanusPlugin.Candidate) - Method in class tigase.meet.Participation
- convertThrowable(Throwable) - Method in class tigase.meet.modules.AbstractModule
- create(BareJID, int) - Method in interface tigase.meet.IMeetRepository
- create(BareJID, int) - Method in class tigase.meet.MeetRepository
- CreateMeetModule - Class in tigase.meet.modules
- CreateMeetModule() - Constructor for class tigase.meet.modules.CreateMeetModule
- createParticipation(JanusSession, String, BiFunction<LocalPublisher, LocalSubscriber, T>) - Method in class tigase.meet.AbstractMeet
- createPublisher(Object, String) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- createRoom(Object, int) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- createSession() - Method in class tigase.meet.janus.JanusConnection
- createSubscriber(Object) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
D
- data - Enum constant in enum class tigase.meet.janus.videoroom.Publisher.Stream.Type
- data - Variable in class tigase.meet.janus.JanusPlugin.Content
- decode(JsonParser) - Method in class tigase.meet.janus.JanusConnection
- decode(String) - Method in class tigase.meet.janus.JanusConnection
- decodeArray(JsonParser) - Method in class tigase.meet.janus.JanusConnection
- decodeValue(JsonParser) - Method in class tigase.meet.janus.JanusConnection
- DefaultMeetLogic - Class in tigase.meet
- DefaultMeetLogic() - Constructor for class tigase.meet.DefaultMeetLogic
- DelayedRunQueue - Class in tigase.meet.utils
- DelayedRunQueue() - Constructor for class tigase.meet.utils.DelayedRunQueue
- delayFinished() - Method in class tigase.meet.utils.DelayedRunQueue
- deny(BareJID) - Method in class tigase.meet.Meet
- DenyMeetModule - Class in tigase.meet.modules
- DenyMeetModule() - Constructor for class tigase.meet.modules.DenyMeetModule
- Description - Class in tigase.meet.jingle
- Description(String, Optional<String>, List<Payload>, Optional<String>, List<Encryption>, boolean, List<SSRC>, List<SSRCGroup>, List<HdrExt>) - Constructor for class tigase.meet.jingle.Description
- Description.Senders - Enum Class in tigase.meet.jingle
- destroy - Enum constant in enum class tigase.meet.IMeetLogic.Action
- destroy() - Method in class tigase.meet.AbstractMeet
- destroy() - Method in class tigase.meet.janus.JanusSession
- destroy() - Method in class tigase.meet.Meet
- destroyed(BareJID) - Method in interface tigase.meet.IMeetRepository
- destroyed(BareJID) - Method in class tigase.meet.MeetRepository
- DestroyMeetModule - Class in tigase.meet.modules
- DestroyMeetModule() - Constructor for class tigase.meet.modules.DestroyMeetModule
- destroyRoom(Object) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- destroySession(JanusSession) - Method in class tigase.meet.janus.JanusConnection
- detach() - Method in class tigase.meet.janus.JanusPlugin
- detachPlugin(JanusPlugin) - Method in class tigase.meet.janus.JanusSession
- diffFrom(SDP) - Method in class tigase.meet.jingle.SDP
E
- Encryption - Class in tigase.meet.jingle
- Encryption(String, String, Optional<String>, String) - Constructor for class tigase.meet.jingle.Encryption
- equals(Object) - Method in record class tigase.meet.Participation.SDPHolder
-
Indicates whether some other object is "equal to" this one.
- everyHour() - Method in class tigase.meet.MeetRepository
- everyMinute() - Method in class tigase.meet.MeetRepository
- everySecond() - Method in class tigase.meet.MeetRepository
- execute(String, String, Object, JanusConnection.RequestGenerator, JSEP) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- execute(String, String, JanusConnection.RequestGenerator) - Method in class tigase.meet.janus.JanusConnection
- execute(String, String, JanusConnection.RequestGenerator) - Method in class tigase.meet.janus.JanusSession
- execute(String, JanusConnection.RequestGenerator, JSEP) - Method in class tigase.meet.janus.JanusPlugin
- extractData(Map<String, Object>) - Method in class tigase.meet.janus.JanusPlugin
F
- feedId - Variable in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin.Stream
- findSdpMLineIndex(JSEP, String) - Method in class tigase.meet.Participation
- Fingerprint - Class in tigase.meet.jingle
- Fingerprint(String, String, Fingerprint.Setup) - Constructor for class tigase.meet.jingle.Fingerprint
- Fingerprint.FingerprintData - Class in tigase.meet.jingle
- Fingerprint.Setup - Enum Class in tigase.meet.jingle
- FingerprintData(String, String) - Constructor for class tigase.meet.jingle.Fingerprint.FingerprintData
- from(String) - Static method in enum class tigase.meet.jingle.Action
- from(String) - Static method in class tigase.meet.jingle.Candidate
- from(String) - Static method in class tigase.meet.jingle.Payload.Parameter
- from(String) - Static method in class tigase.meet.jingle.Payload.RtcpFeedback
- from(String[]) - Static method in class tigase.meet.jingle.Fingerprint.FingerprintData
- from(String[]) - Static method in enum class tigase.meet.jingle.Fingerprint.Setup
- from(String[]) - Static method in class tigase.meet.jingle.HdrExt
- from(String[]) - Static method in class tigase.meet.jingle.SSRC
- from(String[]) - Static method in class tigase.meet.jingle.SSRCGroup
- from(String, String[], Function<String, Content.Creator>, Content.Creator) - Static method in class tigase.meet.jingle.Content
- from(String, Function<String, Content.Creator>, Content.Creator) - Static method in class tigase.meet.jingle.SDP
- from(Element) - Static method in class tigase.meet.jingle.Candidate
- from(Element) - Static method in class tigase.meet.jingle.Content
- from(Element) - Static method in class tigase.meet.jingle.Description
- from(Element) - Static method in class tigase.meet.jingle.Encryption
- from(Element) - Static method in class tigase.meet.jingle.Fingerprint
- from(Element) - Static method in class tigase.meet.jingle.HdrExt
- from(Element) - Static method in class tigase.meet.jingle.Payload
- from(Element) - Static method in class tigase.meet.jingle.Payload.Parameter
- from(Element) - Static method in class tigase.meet.jingle.Payload.RtcpFeedback
- from(Element) - Static method in class tigase.meet.jingle.SDP
- from(Element) - Static method in class tigase.meet.jingle.SSRC
- from(Element) - Static method in class tigase.meet.jingle.SSRC.Parameter
- from(Element) - Static method in class tigase.meet.jingle.SSRCGroup
- from(Element) - Static method in class tigase.meet.jingle.Transport
- from(Element, boolean) - Static method in class tigase.meet.jingle.Description
- fromData(Map<String, Object>) - Static method in class tigase.meet.janus.JSEP
- fromData(Map<String, Object>, JanusVideoRoomPlugin, Object) - Static method in class tigase.meet.janus.videoroom.LocalPublisher
- fromEvent(List<Map<String, Object>>) - Static method in class tigase.meet.janus.videoroom.Publisher
- fromEvent(List<Map<String, Object>>) - Static method in class tigase.meet.janus.videoroom.Publisher.Stream
- fromJingleAction(Action) - Static method in enum class tigase.meet.jingle.ContentAction
- fromLines(String[]) - Static method in enum class tigase.meet.jingle.Content.StreamType
- fromMap(Map<String, Object>) - Static method in class tigase.meet.janus.JanusPlugin.Candidate
G
- getBandwidth() - Method in class tigase.meet.jingle.Description
- getBundle() - Method in class tigase.meet.jingle.SDP
- getCandidate() - Method in class tigase.meet.janus.JanusPlugin.Candidate
- getCandidates() - Method in class tigase.meet.jingle.Transport
- getChannels() - Method in class tigase.meet.jingle.Payload
- getClockrate() - Method in class tigase.meet.jingle.Payload
- getComponent() - Method in class tigase.meet.jingle.Candidate
- getConnection() - Method in class tigase.meet.janus.JanusSession
- getContents() - Method in class tigase.meet.jingle.SDP
- getCreator() - Method in class tigase.meet.jingle.Content
- getCryptoSuite() - Method in class tigase.meet.jingle.Encryption
- getDefMaxNoOfPublishers() - Method in class tigase.meet.DefaultMeetLogic
- getDefMaxNoOfPublishers() - Method in interface tigase.meet.IMeetLogic
- getDescription() - Method in class tigase.meet.janus.videoroom.Publisher.Stream
- getDescription() - Method in class tigase.meet.jingle.Content
- getDiscoCategory() - Method in class tigase.meet.MeetComponent
- getDiscoCategoryType() - Method in class tigase.meet.MeetComponent
- getDiscoDescription() - Method in class tigase.meet.MeetComponent
- getDisplay() - Method in class tigase.meet.janus.videoroom.Publisher
- getEncryptions() - Method in class tigase.meet.jingle.Description
- getFeatures() - Method in class tigase.meet.modules.CreateMeetModule
- getFeatures() - Method in class tigase.meet.modules.DestroyMeetModule
- getFeatures() - Method in class tigase.meet.modules.JingleMeetModule
- getFeed() - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin.Stream
- getFingerprint() - Method in class tigase.meet.jingle.Transport
- getFoundation() - Method in class tigase.meet.jingle.Candidate
- getGeneration() - Method in class tigase.meet.jingle.Candidate
- getHandleId() - Method in class tigase.meet.janus.JanusPlugin
- getHash() - Method in class tigase.meet.jingle.Fingerprint.FingerprintData
- getHash() - Method in class tigase.meet.jingle.Fingerprint
- getHdrExts() - Method in class tigase.meet.jingle.Description
- getId() - Method in class tigase.meet.janus.JanusConnection
- getId() - Method in class tigase.meet.janus.JanusPlugin
- getId() - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- getId() - Method in class tigase.meet.janus.videoroom.LocalPublisher
- getId() - Method in class tigase.meet.janus.videoroom.Publisher
- getId() - Method in class tigase.meet.jingle.Candidate
- getId() - Method in class tigase.meet.jingle.HdrExt
- getId() - Method in class tigase.meet.jingle.Payload
- getId() - Method in class tigase.meet.jingle.SDP
- getId() - Method in class tigase.meet.Session
- getInfo() - Method in class tigase.meet.janus.JanusConnection
- getIp() - Method in class tigase.meet.jingle.Candidate
- getJanusConnection() - Method in class tigase.meet.AbstractMeet
- getJid() - Method in class tigase.meet.AbstractParticipationWithSession
- getJid() - Method in class tigase.meet.IPresenceRepository.UserDisappearedEvent
- getJid() - Method in class tigase.meet.Meet
- getKeyParams() - Method in class tigase.meet.jingle.Encryption
- getMaxParticipantsInMeeting() - Method in interface tigase.meet.IMeetRepository
- getMaxParticipantsInMeeting() - Method in class tigase.meet.MeetRepository
- getMaxptime() - Method in class tigase.meet.jingle.Payload
- getMedia() - Method in class tigase.meet.jingle.Description
- getMeet() - Method in class tigase.meet.AbstractParticipation
- getMeet(BareJID) - Method in interface tigase.meet.IMeetRepository
- getMeet(BareJID) - Method in class tigase.meet.MeetRepository
- getMeetJid() - Method in class tigase.meet.IPresenceRepository.UserDisappearedEvent
- getMid() - Method in class tigase.meet.janus.JanusPlugin.Candidate
- getMid() - Method in class tigase.meet.janus.videoroom.Publisher.Stream
- getMindex() - Method in class tigase.meet.janus.videoroom.Publisher.Stream
- getModuleCriteria() - Method in class tigase.meet.modules.AllowMeetModule
- getModuleCriteria() - Method in class tigase.meet.modules.CreateMeetModule
- getModuleCriteria() - Method in class tigase.meet.modules.DenyMeetModule
- getModuleCriteria() - Method in class tigase.meet.modules.DestroyMeetModule
- getModuleCriteria() - Method in class tigase.meet.modules.JingleMeetModule
- getModuleCriteria() - Method in class tigase.meet.modules.PresenceCollectorModule
- getName() - Method in class tigase.meet.jingle.Content
- getName() - Method in class tigase.meet.jingle.Payload
- getName() - Method in class tigase.meet.jingle.Payload.Parameter
- getName() - Method in class tigase.meet.jingle.SSRC.Parameter
- getName() - Method in class tigase.meet.MeetRepository
- getNetwork() - Method in class tigase.meet.jingle.Candidate
- getParameters() - Method in class tigase.meet.jingle.Payload
- getParameters() - Method in class tigase.meet.jingle.SSRC
- getParticipantsCount() - Method in class tigase.meet.Meet
- getParticipation(JID) - Method in class tigase.meet.Meet
- getPayloads() - Method in class tigase.meet.jingle.Description
- getPluginId(Class<? extends JanusPlugin>) - Method in class tigase.meet.janus.JanusConnection
- getPluginId(Class<? extends JanusPlugin>) - Method in class tigase.meet.janus.JanusPluginsRegister
- getPort() - Method in class tigase.meet.jingle.Candidate
- getPriority() - Method in class tigase.meet.jingle.Candidate
- getPrivateId() - Method in class tigase.meet.janus.videoroom.LocalPublisher
- getProtocolType() - Method in class tigase.meet.jingle.Candidate
- getPtime() - Method in class tigase.meet.jingle.Payload
- getPublisherContentCreatorFor(String) - Method in class tigase.meet.Participation
- getPublishers() - Method in class tigase.meet.janus.videoroom.LocalPublisher
- getPublisherSession() - Method in class tigase.meet.AbstractParticipationWithSession
- getPublisherSessionId() - Method in class tigase.meet.AbstractParticipationWithSession
- getPwd() - Method in class tigase.meet.jingle.Transport
- getRelAddr() - Method in class tigase.meet.jingle.Candidate
- getRelPort() - Method in class tigase.meet.jingle.Candidate
- getRoom() - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin.Content
- getRoomId() - Method in class tigase.meet.AbstractMeet
- getRoomId() - Method in class tigase.meet.janus.videoroom.LocalPublisher
- getRtcpFeedback() - Method in class tigase.meet.jingle.Payload
- getSdp() - Method in class tigase.meet.janus.JSEP
- getSdpMLineIndex() - Method in class tigase.meet.janus.JanusPlugin.Candidate
- getSemantics() - Method in class tigase.meet.jingle.SSRCGroup
- getSenders() - Method in class tigase.meet.jingle.Content
- getSenders() - Method in class tigase.meet.jingle.HdrExt
- getSession() - Method in class tigase.meet.janus.JanusPlugin
- getSession() - Method in class tigase.meet.janus.videoroom.LocalPublisher
- getSession() - Method in class tigase.meet.janus.videoroom.LocalSubscriber
- getSession(long) - Method in class tigase.meet.janus.JanusConnection
- getSessionId() - Method in class tigase.meet.janus.JanusSession
- getSessionParams() - Method in class tigase.meet.jingle.Encryption
- getSetup() - Method in class tigase.meet.jingle.Fingerprint
- getSources() - Method in class tigase.meet.jingle.SSRCGroup
- getSsrc() - Method in class tigase.meet.jingle.Description
- getSsrc() - Method in class tigase.meet.jingle.SSRC
- getSsrcGroups() - Method in class tigase.meet.jingle.Description
- getSsrcs() - Method in class tigase.meet.jingle.Description
- getStatistics(String, StatisticsList) - Method in class tigase.meet.MeetRepository
- getStreams() - Method in class tigase.meet.janus.videoroom.Publisher
- getSubscriberContentCreatorFor(String) - Method in class tigase.meet.Participation
- getSubscriberSession() - Method in class tigase.meet.AbstractParticipationWithSession
- getSubscriberSessionId() - Method in class tigase.meet.AbstractParticipationWithSession
- getSubtype() - Method in class tigase.meet.jingle.Payload.RtcpFeedback
- getTag() - Method in class tigase.meet.jingle.Encryption
- getTcpType() - Method in class tigase.meet.jingle.Candidate
- getTransports() - Method in class tigase.meet.jingle.Content
- getType() - Method in class tigase.meet.janus.JSEP
- getType() - Method in class tigase.meet.janus.videoroom.Publisher.Stream
- getType() - Method in class tigase.meet.jingle.Candidate
- getType() - Method in class tigase.meet.jingle.Payload.RtcpFeedback
- getUfrag() - Method in class tigase.meet.jingle.Transport
- getUri() - Method in class tigase.meet.jingle.HdrExt
- getValue() - Method in enum class tigase.meet.jingle.Action
- getValue() - Method in class tigase.meet.jingle.Fingerprint.FingerprintData
- getValue() - Method in class tigase.meet.jingle.Fingerprint
- getValue() - Method in class tigase.meet.jingle.Payload.Parameter
- getValue() - Method in class tigase.meet.jingle.SSRC.Parameter
- getVideoRoom() - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin.Content
H
- handleEvent(Map<String, Object>) - Method in class tigase.meet.janus.JanusSession
- handleEvent(T) - Method in class tigase.meet.janus.JanusPlugin
- handleEvent(JanusVideoRoomPlugin.Content) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- handleEvent(JanusVideoRoomPlugin.Content) - Method in class tigase.meet.janus.videoroom.LocalPublisher
- handleEvent(JanusVideoRoomPlugin.Content) - Method in class tigase.meet.janus.videoroom.LocalSubscriber
- handleTrickle(Map<String, Object>) - Method in class tigase.meet.janus.JanusPlugin
- handleTrickle(Map<String, Object>) - Method in class tigase.meet.janus.JanusSession
- hashCode() - Method in record class tigase.meet.Participation.SDPHolder
-
Returns a hash code value for this object.
- hasParticipants() - Method in class tigase.meet.Meet
- HdrExt - Class in tigase.meet.jingle
- HdrExt(String, String, Description.Senders) - Constructor for class tigase.meet.jingle.HdrExt
- host - Enum constant in enum class tigase.meet.jingle.Candidate.CandidateType
I
- ID - Static variable in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- IMeetLogic - Interface in tigase.meet
- IMeetLogic.Action - Enum Class in tigase.meet
- IMeetRepository - Interface in tigase.meet
- inactive - Enum constant in enum class tigase.meet.jingle.Content.StreamType
- incoming - Enum constant in enum class tigase.meet.jingle.SDP.Direction
- init - Enum constant in enum class tigase.meet.jingle.ContentAction
- initialize() - Method in class tigase.meet.DefaultMeetLogic
- initialize() - Method in class tigase.meet.janus.JanusService
- initiator - Enum constant in enum class tigase.meet.jingle.Content.Creator
- initiator - Enum constant in enum class tigase.meet.jingle.Content.Senders
- initiator - Enum constant in enum class tigase.meet.jingle.Description.Senders
- IPresenceRepository - Interface in tigase.meet
- IPresenceRepository.UserDisappearedEvent - Class in tigase.meet
- isActive() - Method in class tigase.meet.Session
- isAllowed(BareJID) - Method in class tigase.meet.Meet
- isAvailable(BareJID, JID) - Method in interface tigase.meet.IPresenceRepository
- isAvailable(BareJID, JID) - Method in class tigase.meet.PresenceCollectorRepository
- isDiscoNonAdmin() - Method in class tigase.meet.MeetComponent
- isPublic() - Method in class tigase.meet.Meet
- isRtcpMux() - Method in class tigase.meet.jingle.Description
- isSubdomain() - Method in class tigase.meet.MeetComponent
J
- JanusConnection - Class in tigase.meet.janus
- JanusConnection(JanusPluginsRegister, ScheduledExecutorService, Duration) - Constructor for class tigase.meet.janus.JanusConnection
- JanusConnection.RequestGenerator - Interface in tigase.meet.janus
- JanusException - Exception in tigase.meet.janus
- JanusException() - Constructor for exception tigase.meet.janus.JanusException
- JanusException(int, String) - Constructor for exception tigase.meet.janus.JanusException
- JanusException(Map<String, Object>) - Constructor for exception tigase.meet.janus.JanusException
- JanusPlugin<T extends JanusPlugin.Content> - Class in tigase.meet.janus
- JanusPlugin(JanusSession, Map<String, Object>) - Constructor for class tigase.meet.janus.JanusPlugin
- JanusPlugin.Candidate - Class in tigase.meet.janus
- JanusPlugin.Content - Class in tigase.meet.janus
- JanusPluginsRegister - Class in tigase.meet.janus
- JanusService - Class in tigase.meet.janus
- JanusService() - Constructor for class tigase.meet.janus.JanusService
- JanusSession - Class in tigase.meet.janus
- JanusSession(JanusConnection, Map<String, Object>) - Constructor for class tigase.meet.janus.JanusSession
- JanusVideoRoomPlugin - Class in tigase.meet.janus.videoroom
- JanusVideoRoomPlugin(JanusSession, Map<String, Object>) - Constructor for class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- JanusVideoRoomPlugin.Content - Class in tigase.meet.janus.videoroom
- JanusVideoRoomPlugin.Stream - Class in tigase.meet.janus.videoroom
- JingleMeetModule - Class in tigase.meet.modules
- JingleMeetModule() - Constructor for class tigase.meet.modules.JingleMeetModule
- join - Enum constant in enum class tigase.meet.IMeetLogic.Action
- join(String, BiFunction<LocalPublisher, LocalSubscriber, T>) - Method in class tigase.meet.AbstractMeet
- join(JID) - Method in class tigase.meet.Meet
- joinAsSubscriber(Long, long, List<JanusVideoRoomPlugin.Stream>) - Method in class tigase.meet.janus.videoroom.LocalSubscriber
- jsep - Variable in class tigase.meet.janus.JanusPlugin.Content
- jsep() - Method in record class tigase.meet.Participation.SDPHolder
-
Returns the value of the
jseprecord component. - JSEP - Class in tigase.meet.janus
- JSEP(JSEP.Type, String) - Constructor for class tigase.meet.janus.JSEP
- JSEP.Type - Enum Class in tigase.meet.janus
K
- keepAlive() - Method in class tigase.meet.janus.JanusSession
L
- leave() - Method in class tigase.meet.janus.videoroom.LocalPublisher
- leave(Throwable) - Method in class tigase.meet.AbstractParticipation
- leave(Throwable) - Method in class tigase.meet.AbstractParticipationWithSession
- left(T) - Method in class tigase.meet.AbstractMeet
- left(Participation) - Method in class tigase.meet.Meet
- LocalPublisher - Class in tigase.meet.janus.videoroom
- LocalPublisher(JanusVideoRoomPlugin, Object, long, long, List<Publisher>) - Constructor for class tigase.meet.janus.videoroom.LocalPublisher
- LocalPublisher.Listener - Interface in tigase.meet.janus.videoroom
- LocalSubscriber - Class in tigase.meet.janus.videoroom
- LocalSubscriber(JanusVideoRoomPlugin, Object) - Constructor for class tigase.meet.janus.videoroom.LocalSubscriber
- LocalSubscriber.Listener - Interface in tigase.meet.janus.videoroom
- logPrefix() - Method in class tigase.meet.janus.JanusConnection
- logPrefix() - Method in class tigase.meet.janus.JanusSession
- logPrefix(String) - Method in class tigase.meet.janus.JanusConnection
- logPrefix(String) - Method in class tigase.meet.janus.JanusSession
M
- MediaType - Enum Class in tigase.meet
- Meet - Class in tigase.meet
- Meet(MeetRepository, JanusConnection, Object, BareJID) - Constructor for class tigase.meet.Meet
- MeetComponent - Class in tigase.meet
- MeetComponent() - Constructor for class tigase.meet.MeetComponent
- meetCreated(BareJID) - Method in class tigase.meet.PresenceCollectorRepository
- meetDestroyed(BareJID) - Method in class tigase.meet.PresenceCollectorRepository
- MeetRepository - Class in tigase.meet
- MeetRepository() - Constructor for class tigase.meet.MeetRepository
- mid - Variable in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin.Stream
- modify - Enum constant in enum class tigase.meet.jingle.ContentAction
N
- NEW - Enum constant in enum class tigase.meet.Session.State
- newConnection() - Method in class tigase.meet.janus.JanusService
- newContent(Map<String, Object>, JSEP) - Method in class tigase.meet.janus.JanusPlugin
- newContent(Map<String, Object>, JSEP) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- newInstance(Class<T>, JanusSession, Map<String, Object>) - Static method in class tigase.meet.janus.JanusPlugin
- nextTransactionId() - Method in class tigase.meet.janus.JanusConnection
- nextTransactionId() - Method in class tigase.meet.janus.JanusSession
- none - Enum constant in enum class tigase.meet.jingle.Content.Senders
O
- offer - Enum constant in enum class tigase.meet.janus.JSEP.Type
- offer(Runnable) - Method in class tigase.meet.utils.DelayedRunQueue
- onBinary(WebSocket, ByteBuffer, boolean) - Method in class tigase.meet.janus.JanusConnection
- onClose(WebSocket, int, String) - Method in class tigase.meet.janus.JanusConnection
- onError(WebSocket, Throwable) - Method in class tigase.meet.janus.JanusConnection
- onOpen(WebSocket) - Method in class tigase.meet.janus.JanusConnection
- onText(WebSocket, CharSequence, boolean) - Method in class tigase.meet.janus.JanusConnection
- outgoing - Enum constant in enum class tigase.meet.jingle.SDP.Direction
P
- Parameter(String, String) - Constructor for class tigase.meet.jingle.Payload.Parameter
- Parameter(String, Optional<String>) - Constructor for class tigase.meet.jingle.SSRC.Parameter
- Participation - Class in tigase.meet
- Participation(Meet, JID, LocalPublisher, LocalSubscriber) - Constructor for class tigase.meet.Participation
- Participation.Listener - Interface in tigase.meet
- Participation.SDPHolder - Record Class in tigase.meet
- ParticipationWithListener - Class in tigase.meet
- ParticipationWithListener(AbstractMeet<ParticipationWithListener>, LocalPublisher, LocalSubscriber) - Constructor for class tigase.meet.ParticipationWithListener
- ParticipationWithListener.Listener - Interface in tigase.meet
- passive - Enum constant in enum class tigase.meet.jingle.Fingerprint.Setup
- Payload - Class in tigase.meet.jingle
- Payload(int, int, Optional<Integer>, Optional<Integer>, Optional<String>, Optional<Integer>, List<Payload.Parameter>, List<Payload.RtcpFeedback>) - Constructor for class tigase.meet.jingle.Payload
- Payload.Parameter - Class in tigase.meet.jingle
- Payload.RtcpFeedback - Class in tigase.meet.jingle
- PresenceCollectorModule - Class in tigase.meet.modules
- PresenceCollectorModule() - Constructor for class tigase.meet.modules.PresenceCollectorModule
- PresenceCollectorRepository - Class in tigase.meet
- PresenceCollectorRepository() - Constructor for class tigase.meet.PresenceCollectorRepository
- prlfx - Enum constant in enum class tigase.meet.jingle.Candidate.CandidateType
- process(Packet) - Method in class tigase.meet.modules.AbstractModule
- process(Packet) - Method in class tigase.meet.modules.PresenceCollectorModule
- processPacket(Packet) - Method in class tigase.meet.modules.AbstractModule
- processPacket(Packet) - Method in class tigase.meet.modules.AllowMeetModule
- processPacket(Packet) - Method in class tigase.meet.modules.CreateMeetModule
- processPacket(Packet) - Method in class tigase.meet.modules.DenyMeetModule
- processPacket(Packet) - Method in class tigase.meet.modules.DestroyMeetModule
- processPacket(Packet) - Method in class tigase.meet.modules.JingleMeetModule
- publish(JSEP) - Method in class tigase.meet.janus.videoroom.LocalPublisher
- publisher - Variable in class tigase.meet.AbstractParticipation
- Publisher - Class in tigase.meet.janus.videoroom
- Publisher(long, String, List<Publisher.Stream>) - Constructor for class tigase.meet.janus.videoroom.Publisher
- Publisher.Stream - Class in tigase.meet.janus.videoroom
- Publisher.Stream.Type - Enum Class in tigase.meet.janus.videoroom
- publishersJoined(Collection<Publisher>) - Method in interface tigase.meet.Participation.Listener
- publishersLeft(Collection<Publisher>) - Method in interface tigase.meet.Participation.Listener
R
- receivedCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.janus.JanusPlugin
- receivedCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- receivedCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.janus.videoroom.LocalPublisher
- receivedCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.janus.videoroom.LocalSubscriber
- receivedPublisherCandidate(String, JanusPlugin.Candidate) - Method in class tigase.meet.AbstractParticipationWithSession
- receivedPublisherCandidate(String, JanusPlugin.Candidate) - Method in class tigase.meet.Participation
- receivedPublisherCandidate(String, Content) - Method in interface tigase.meet.Participation.Listener
- receivedPublisherCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.AbstractParticipationWithSession
- receivedPublisherCandidate(JanusPlugin.Candidate) - Method in interface tigase.meet.janus.videoroom.LocalPublisher.Listener
- receivedPublisherCandidate(JanusPlugin.Candidate) - Method in interface tigase.meet.ParticipationWithListener.Listener
- receivedPublisherCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.ParticipationWithListener
- receivedPublisherSDP(String, JSEP) - Method in class tigase.meet.AbstractParticipationWithSession
- receivedPublisherSDP(String, JSEP) - Method in class tigase.meet.Participation
- receivedPublisherSDP(String, ContentAction, SDP) - Method in interface tigase.meet.Participation.Listener
- receivedPublisherSDP(JSEP) - Method in class tigase.meet.AbstractParticipationWithSession
- receivedPublisherSDP(JSEP) - Method in interface tigase.meet.janus.videoroom.LocalPublisher.Listener
- receivedPublisherSDP(JSEP) - Method in interface tigase.meet.ParticipationWithListener.Listener
- receivedPublisherSDP(JSEP) - Method in class tigase.meet.ParticipationWithListener
- receivedSubscriberCandidate(String, JanusPlugin.Candidate) - Method in class tigase.meet.AbstractParticipationWithSession
- receivedSubscriberCandidate(String, JanusPlugin.Candidate) - Method in class tigase.meet.Participation
- receivedSubscriberCandidate(String, Content) - Method in interface tigase.meet.Participation.Listener
- receivedSubscriberCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.AbstractParticipationWithSession
- receivedSubscriberCandidate(JanusPlugin.Candidate) - Method in interface tigase.meet.janus.videoroom.LocalSubscriber.Listener
- receivedSubscriberCandidate(JanusPlugin.Candidate) - Method in interface tigase.meet.ParticipationWithListener.Listener
- receivedSubscriberCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.ParticipationWithListener
- receivedSubscriberSDP(String, JSEP) - Method in class tigase.meet.AbstractParticipationWithSession
- receivedSubscriberSDP(String, JSEP) - Method in class tigase.meet.Participation
- receivedSubscriberSDP(String, ContentAction, SDP) - Method in interface tigase.meet.Participation.Listener
- receivedSubscriberSDP(JSEP) - Method in class tigase.meet.AbstractParticipationWithSession
- receivedSubscriberSDP(JSEP) - Method in interface tigase.meet.janus.videoroom.LocalSubscriber.Listener
- receivedSubscriberSDP(JSEP) - Method in interface tigase.meet.ParticipationWithListener.Listener
- receivedSubscriberSDP(JSEP) - Method in class tigase.meet.ParticipationWithListener
- recvonly - Enum constant in enum class tigase.meet.jingle.Content.StreamType
- register(Class<? extends JanusPlugin>, String) - Method in class tigase.meet.janus.JanusPluginsRegister
- registerModules(Kernel) - Method in class tigase.meet.MeetComponent
- relay - Enum constant in enum class tigase.meet.jingle.Candidate.CandidateType
- remove - Enum constant in enum class tigase.meet.jingle.ContentAction
- removedPublishers(long) - Method in class tigase.meet.AbstractParticipation
- removedPublishers(long) - Method in interface tigase.meet.janus.videoroom.LocalPublisher.Listener
- removedPublishers(long) - Method in class tigase.meet.Participation
- removeExecuteTransaction(String) - Method in class tigase.meet.janus.JanusConnection
- removeJid(BareJID, JID) - Method in class tigase.meet.PresenceCollectorRepository
- removeSendTransaction(String) - Method in class tigase.meet.janus.JanusConnection
- responder - Enum constant in enum class tigase.meet.jingle.Content.Creator
- responder - Enum constant in enum class tigase.meet.jingle.Content.Senders
- responder - Enum constant in enum class tigase.meet.jingle.Description.Senders
- RtcpFeedback(String, Optional<String>) - Constructor for class tigase.meet.jingle.Payload.RtcpFeedback
S
- scheduleJoinTimeoutTask(Meet) - Method in class tigase.meet.MeetRepository
- scheduleKeepAlive(ScheduledExecutorService, Duration) - Method in class tigase.meet.janus.JanusSession
- sdp() - Method in record class tigase.meet.Participation.SDPHolder
-
Returns the value of the
sdprecord component. - SDP - Class in tigase.meet.jingle
- SDP(String, List<Content>, List<String>) - Constructor for class tigase.meet.jingle.SDP
- SDP_LINE - Static variable in enum class tigase.meet.jingle.Content.StreamType
- SDP.Direction - Enum Class in tigase.meet.jingle
- SDPHolder(SDP, JSEP) - Constructor for record class tigase.meet.Participation.SDPHolder
-
Creates an instance of a
SDPHolderrecord class. - send(String, String, JanusConnection.RequestGenerator) - Method in class tigase.meet.janus.JanusConnection
- send(String, String, JanusConnection.RequestGenerator) - Method in class tigase.meet.janus.JanusSession
- sendCandidate(String, String, Candidate) - Method in class tigase.meet.Participation
- sendCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.janus.videoroom.LocalPublisher
- sendCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.janus.videoroom.LocalSubscriber
- sendExeception(Packet, Throwable) - Method in class tigase.meet.modules.AbstractModule
- sendMessage(String, String, Object, JanusConnection.RequestGenerator, JSEP) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin
- sendMessage(String, JanusConnection.RequestGenerator, JSEP) - Method in class tigase.meet.janus.JanusPlugin
- sendonly - Enum constant in enum class tigase.meet.jingle.Content.StreamType
- sendPublisherCandidate(String, Candidate) - Method in class tigase.meet.Participation
- sendPublisherCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.AbstractParticipation
- sendPublisherSDP(String, ContentAction, SDP) - Method in class tigase.meet.Participation
- sendPublisherSDP(JSEP) - Method in class tigase.meet.AbstractParticipation
- sendrecv - Enum constant in enum class tigase.meet.jingle.Content.StreamType
- sendSubscriberCandidate(String, Candidate) - Method in class tigase.meet.Participation
- sendSubscriberCandidate(JanusPlugin.Candidate) - Method in class tigase.meet.AbstractParticipation
- sendSubscriberSDP(String, ContentAction, SDP) - Method in class tigase.meet.Participation
- sendSubscriberSDP(JSEP) - Method in class tigase.meet.AbstractParticipation
- sendTrickle(String, JanusConnection.RequestGenerator) - Method in class tigase.meet.janus.JanusPlugin
- sendTrickle(String, JanusPlugin.Candidate) - Method in class tigase.meet.janus.JanusPlugin
- Session - Class in tigase.meet
- Session(String) - Constructor for class tigase.meet.Session
- Session.State - Enum Class in tigase.meet
- sessionAccept - Enum constant in enum class tigase.meet.jingle.Action
- sessionInfo - Enum constant in enum class tigase.meet.jingle.Action
- sessionInitiate - Enum constant in enum class tigase.meet.jingle.Action
- sessionTerminate - Enum constant in enum class tigase.meet.jingle.Action
- setListener(LocalPublisher.Listener) - Method in class tigase.meet.janus.videoroom.LocalPublisher
- setListener(LocalSubscriber.Listener) - Method in class tigase.meet.janus.videoroom.LocalSubscriber
- setListener(Participation.Listener) - Method in class tigase.meet.Participation
- setListener(ParticipationWithListener.Listener) - Method in class tigase.meet.ParticipationWithListener
- setListeners() - Method in class tigase.meet.AbstractParticipation
- setName(String) - Method in class tigase.meet.MeetRepository
- setState(Session.State) - Method in class tigase.meet.Session
- setWebSocket(WebSocket) - Method in class tigase.meet.janus.JanusConnection
- size() - Method in interface tigase.meet.IMeetRepository
- size() - Method in class tigase.meet.MeetRepository
- srflx - Enum constant in enum class tigase.meet.jingle.Candidate.CandidateType
- SSRC - Class in tigase.meet.jingle
- SSRC(String, List<SSRC.Parameter>) - Constructor for class tigase.meet.jingle.SSRC
- SSRC.Parameter - Class in tigase.meet.jingle
- SSRCGroup - Class in tigase.meet.jingle
- SSRCGroup(String, List<String>) - Constructor for class tigase.meet.jingle.SSRCGroup
- start(JSEP) - Method in class tigase.meet.janus.videoroom.LocalSubscriber
- startPublisherSession(String) - Method in class tigase.meet.AbstractParticipationWithSession
- startSubscriberSession(String) - Method in class tigase.meet.AbstractParticipationWithSession
- Stream(long, String) - Constructor for class tigase.meet.janus.videoroom.JanusVideoRoomPlugin.Stream
- Stream(Publisher.Stream.Type, String, String, int) - Constructor for class tigase.meet.janus.videoroom.Publisher.Stream
- subscribe(List<JanusVideoRoomPlugin.Stream>) - Method in class tigase.meet.janus.videoroom.LocalSubscriber
- subscriber - Variable in class tigase.meet.AbstractParticipation
T
- tcp - Enum constant in enum class tigase.meet.jingle.Candidate.ProtocolType
- TERMINATED - Enum constant in enum class tigase.meet.Session.State
- terminatedPublisherSession(String) - Method in interface tigase.meet.Participation.Listener
- terminatedSubscriberSession(String) - Method in interface tigase.meet.Participation.Listener
- terminatePublisherSession() - Method in class tigase.meet.AbstractParticipationWithSession
- terminatePublisherSession() - Method in class tigase.meet.Participation
- terminateSubscriberSession() - Method in class tigase.meet.AbstractParticipationWithSession
- terminateSubscriberSession() - Method in class tigase.meet.Participation
- tigase.meet - package tigase.meet
- tigase.meet.janus - package tigase.meet.janus
- tigase.meet.janus.videoroom - package tigase.meet.janus.videoroom
- tigase.meet.jingle - package tigase.meet.jingle
- tigase.meet.modules - package tigase.meet.modules
- tigase.meet.utils - package tigase.meet.utils
- toElement() - Method in class tigase.meet.jingle.Candidate
- toElement() - Method in class tigase.meet.jingle.Content
- toElement() - Method in class tigase.meet.jingle.Description
- toElement() - Method in class tigase.meet.jingle.Encryption
- toElement() - Method in class tigase.meet.jingle.Fingerprint
- toElement() - Method in class tigase.meet.jingle.HdrExt
- toElement() - Method in class tigase.meet.jingle.Payload.Parameter
- toElement() - Method in class tigase.meet.jingle.Payload.RtcpFeedback
- toElement() - Method in class tigase.meet.jingle.Payload
- toElement() - Method in class tigase.meet.jingle.SSRC.Parameter
- toElement() - Method in class tigase.meet.jingle.SSRC
- toElement() - Method in class tigase.meet.jingle.SSRCGroup
- toElement() - Method in class tigase.meet.jingle.Transport
- toElement(boolean) - Method in class tigase.meet.jingle.Description
- toElement(Action, String, JID) - Method in class tigase.meet.jingle.SDP
- toJingleAction(Action) - Method in enum class tigase.meet.jingle.ContentAction
- toSDP() - Method in class tigase.meet.jingle.Candidate
- toSDP() - Method in class tigase.meet.jingle.Encryption
- toSDP() - Method in class tigase.meet.jingle.HdrExt
- toSDP() - Method in class tigase.meet.jingle.Payload.Parameter
- toSDP() - Method in class tigase.meet.jingle.Payload
- toSDP() - Method in class tigase.meet.jingle.SSRC.Parameter
- toSDP() - Method in class tigase.meet.jingle.SSRC
- toSDP() - Method in class tigase.meet.jingle.SSRCGroup
- toSDP(Content.Creator, SDP.Direction) - Method in class tigase.meet.jingle.Content
- toSenders(Content.Creator) - Method in enum class tigase.meet.jingle.Content.StreamType
- toStreamType(Content.Creator, SDP.Direction) - Method in enum class tigase.meet.jingle.Content.Senders
- toString() - Method in class tigase.meet.AbstractMeet
- toString() - Method in class tigase.meet.AbstractParticipation
- toString() - Method in class tigase.meet.AbstractParticipationWithSession
- toString() - Method in class tigase.meet.janus.JanusPlugin.Candidate
- toString() - Method in class tigase.meet.janus.JanusPlugin
- toString() - Method in class tigase.meet.janus.JSEP
- toString() - Method in class tigase.meet.janus.videoroom.Publisher
- toString() - Method in record class tigase.meet.Participation.SDPHolder
-
Returns a string representation of this record class.
- toString(String, Content.Creator, SDP.Direction) - Method in class tigase.meet.jingle.SDP
- Transport - Class in tigase.meet.jingle
- Transport(Optional<String>, Optional<String>, List<Candidate>, Optional<Fingerprint>) - Constructor for class tigase.meet.jingle.Transport
- transportInfo - Enum constant in enum class tigase.meet.jingle.Action
U
- udp - Enum constant in enum class tigase.meet.jingle.Candidate.ProtocolType
- unknown - Enum constant in enum class tigase.meet.janus.videoroom.Publisher.Stream.Type
- unpublish() - Method in class tigase.meet.janus.videoroom.LocalPublisher
- unregister(Class<? extends JanusPlugin>) - Method in class tigase.meet.janus.JanusPluginsRegister
- unsubscribe(long) - Method in class tigase.meet.janus.videoroom.LocalSubscriber
- updatePublisherContentCreators(SDP) - Method in class tigase.meet.Participation
- updateSDP(String, ContentAction, SDP) - Method in class tigase.meet.Participation
- updateSubscriberContentCreators(SDP) - Method in class tigase.meet.Participation
- userDisappeared(IPresenceRepository.UserDisappearedEvent) - Method in class tigase.meet.DefaultMeetLogic
- UserDisappearedEvent(BareJID, JID) - Constructor for class tigase.meet.IPresenceRepository.UserDisappearedEvent
V
- valueOf(String) - Static method in enum class tigase.meet.IMeetLogic.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.janus.JSEP.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.janus.videoroom.Publisher.Stream.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.Candidate.CandidateType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.Candidate.ProtocolType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.Content.Creator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.Content.Senders
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.Content.StreamType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.ContentAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.Description.Senders
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.Fingerprint.Setup
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.jingle.SDP.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.MediaType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tigase.meet.Session.State
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class tigase.meet.IMeetLogic.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.janus.JSEP.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.janus.videoroom.Publisher.Stream.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.Candidate.CandidateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.Candidate.ProtocolType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.Content.Creator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.Content.Senders
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.Content.StreamType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.ContentAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.Description.Senders
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.Fingerprint.Setup
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.jingle.SDP.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.MediaType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tigase.meet.Session.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- video - Enum constant in enum class tigase.meet.janus.videoroom.Publisher.Stream.Type
- video - Enum constant in enum class tigase.meet.MediaType
W
- withSenders(Content.Senders) - Method in class tigase.meet.jingle.Content
- withSSRCs(List<SSRC>, List<SSRCGroup>) - Method in class tigase.meet.jingle.Content
- withSSRCs(List<SSRC>, List<SSRCGroup>) - Method in class tigase.meet.jingle.Description
- write(JsonGenerator) - Method in class tigase.meet.janus.JanusPlugin.Candidate
- write(JsonGenerator) - Method in class tigase.meet.janus.JSEP
- write(JsonGenerator) - Method in class tigase.meet.janus.videoroom.JanusVideoRoomPlugin.Stream
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form