Uses of Enum Class
tigase.meet.jingle.ContentAction
Packages that use ContentAction
-
Uses of ContentAction in tigase.meet
Methods in tigase.meet with parameters of type ContentActionModifier and TypeMethodDescriptionvoidParticipation.Listener.receivedPublisherSDP(String sessionId, ContentAction action, SDP sdp) voidParticipation.Listener.receivedSubscriberSDP(String sessionId, ContentAction action, SDP sdp) Participation.sendPublisherSDP(String sessionId, ContentAction action, SDP sdpOffer) Participation.sendSubscriberSDP(String sessionId, ContentAction action, SDP sdpAnswer) Participation.updateSDP(String sessionId, ContentAction action, SDP sdp) -
Uses of ContentAction in tigase.meet.jingle
Methods in tigase.meet.jingle that return ContentActionModifier and TypeMethodDescriptionstatic ContentActionContentAction.fromJingleAction(Action action) static ContentActionReturns the enum constant of this class with the specified name.static ContentAction[]ContentAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.meet.jingle that return types with arguments of type ContentActionMethods in tigase.meet.jingle with parameters of type ContentAction