soft-phone
Version:
23 lines (22 loc) • 539 B
TypeScript
export declare class Registration {
realm: any;
impi: any;
impu: any;
password: any;
display_name: any;
websocket_proxy_url: any;
outbound_proxy_url: any;
ice_servers: any;
enable_rtcweb_breaker: any;
events_listener: any;
enable_early_ims: any;
enable_media_stream_cache: any;
bandwidth: any;
video_size: any;
sip_headers: any;
disable_callbtn_options: any;
disable_video: any;
disable_debug: any;
type: any;
auto_recording: boolean;
}