Uses of Class
io.github.lunasaw.sip.common.entity.SdpSessionDescription
Packages that use SdpSessionDescription
Package
Description
-
Uses of SdpSessionDescription in io.github.lunasaw.gbproxy.client.transmit.request.invite
Methods in io.github.lunasaw.gbproxy.client.transmit.request.invite with parameters of type SdpSessionDescriptionModifier and TypeMethodDescriptionDefaultInviteRequestHandler.getInviteResponse
(String userId, SdpSessionDescription sessionDescription) InviteRequestHandler.getInviteResponse
(String userId, SdpSessionDescription sessionDescription) 获取INVITE响应内容void
DefaultInviteRequestHandler.inviteSession
(String callId, SdpSessionDescription sessionDescription) void
InviteRequestHandler.inviteSession
(String callId, SdpSessionDescription sessionDescription) 处理INVITE会话 -
Uses of SdpSessionDescription in io.github.lunasaw.gbproxy.server.transmit.request.invite
Methods in io.github.lunasaw.gbproxy.server.transmit.request.invite with parameters of type SdpSessionDescriptionModifier and TypeMethodDescriptionDefaultServerInviteRequestHandler.getInviteResponse
(String userId, SdpSessionDescription sessionDescription) ServerInviteRequestHandler.getInviteResponse
(String userId, SdpSessionDescription sessionDescription) 获取INVITE响应内容void
DefaultServerInviteRequestHandler.inviteSession
(String callId, SdpSessionDescription sessionDescription) void
ServerInviteRequestHandler.inviteSession
(String callId, SdpSessionDescription sessionDescription) 处理INVITE会话 -
Uses of SdpSessionDescription in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type SdpSessionDescriptionModifier and TypeMethodDescriptionTestServerInviteRequestHandler.getInviteResponse
(String userId, SdpSessionDescription sessionDescription) void
TestServerInviteRequestHandler.inviteSession
(String callId, SdpSessionDescription sessionDescription) -
Uses of SdpSessionDescription in io.github.lunasaw.sip.common.entity
Subclasses of SdpSessionDescription in io.github.lunasaw.sip.common.entityMethods in io.github.lunasaw.sip.common.entity that return SdpSessionDescriptionModifier and TypeMethodDescriptionstatic SdpSessionDescription
SdpSessionDescription.getInstance
(javax.sdp.SessionDescription sdp) -
Uses of SdpSessionDescription in io.github.lunasaw.sip.common.utils
Methods in io.github.lunasaw.sip.common.utils that return SdpSessionDescription