// Generated Source interface SipInfoRequest { /** * Supported transport. SIP info will be returned for this transport if supported */ transport?: "UDP" | "TCP" | "TLS" | "WS" | "WSS"; } export default SipInfoRequest;