@voicenter-team/opensips-js 1.0.144 → 1.0.146

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -931,8 +931,12 @@ declare class UAExtended extends UAConstructor implements UAExtendedInterface {
931
931
  _janus_sessions: any[];
932
932
  protected newStreamPlugins: Array<BaseNewStreamPlugin>;
933
933
  protected processStreamPlugins: Array<BaseProcessStreamPlugin>;
934
+ protected optionsInterval: any;
934
935
  protected onTransportCallback: OnTransportCallback;
936
+ protected lastOptionsTimestamp: any;
937
+ protected lastRegisterTimestamp: any;
935
938
  constructor(configuration: UAConfiguration);
939
+ setLastRegisterTimestamp(): void;
936
940
  call(target: string, options?: CallOptionsExtended): RTCSession;
937
941
  joinVideoCall(target: string, displayName: string, options: VideoConferenceJoinOptions): any;
938
942
  startScreenShare(): void;
@@ -951,6 +955,7 @@ declare class UAExtended extends UAConstructor implements UAExtendedInterface {
951
955
  */
952
956
  destroyMSRPSession(session: MSRPSession): void;
953
957
  destroyJanusSession(session: any): void;
958
+ clearKeepAliveInterval(): void;
954
959
  receiveRequest(request: any): void;
955
960
  startMSRP(target: string, options: MSRPOptions): MSRPSession;
956
961
  startJanus(target: string, options: JanusOptions): MSRPSession;