Uses of Class
tigase.meet.jingle.SDP
Packages that use SDP
-
Uses of SDP in tigase.meet
Methods in tigase.meet that return SDPModifier and TypeMethodDescriptionParticipation.SDPHolder.sdp()Returns the value of thesdprecord component.Methods in tigase.meet that return types with arguments of type SDPModifier and TypeMethodDescriptionParticipation.sendPublisherSDP(String sessionId, ContentAction action, SDP sdpOffer) Methods in tigase.meet with parameters of type SDPModifier and TypeMethodDescriptionprotected ContentParticipation.convertCandidateToContent(Content.Creator role, SDP sdp, JanusPlugin.Candidate janusCandidate) voidParticipation.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) protected voidParticipation.updatePublisherContentCreators(SDP sdp) Participation.updateSDP(String sessionId, ContentAction action, SDP sdp) protected voidParticipation.updateSubscriberContentCreators(SDP sdp) Constructors in tigase.meet with parameters of type SDP -
Uses of SDP in tigase.meet.jingle
Methods in tigase.meet.jingle that return SDPModifier and TypeMethodDescriptionSDP.applyDiff(ContentAction action, SDP diff) static SDPSDP.from(String sdp, Function<String, Content.Creator> creatorProvider, Content.Creator localRole) static SDPSDP.from(tigase.xml.Element jingleEl) Methods in tigase.meet.jingle that return types with arguments of type SDPMethods in tigase.meet.jingle with parameters of type SDP