@livedigital/client 3.2.0 → 3.3.0

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.
@@ -10,6 +10,5 @@ export declare const LogLevels: {
10
10
  Debug: 7;
11
11
  };
12
12
  export declare const CONSUMER_CHECK_STATE_TIMEOUT = 4500;
13
- export declare const PRODUCER_CHECK_STATE_TIMEOUT = 3000;
14
13
  export declare const PEER_APP_DATA_MAX_SIZE_BYTES = 1024;
15
14
  export declare const SOCKET_ERROR_CODE_UNAUTHORIZED = "unauthorized";
@@ -13,7 +13,6 @@ export const LogLevels = {
13
13
  };
14
14
 
15
15
  export const CONSUMER_CHECK_STATE_TIMEOUT = 4500;
16
- export const PRODUCER_CHECK_STATE_TIMEOUT = 3000;
17
16
 
18
17
  export const PEER_APP_DATA_MAX_SIZE_BYTES = 1024;
19
18
 
@@ -28,12 +28,6 @@ declare class DefaultBaseTrack implements BaseTrack {
28
28
  closeProducer(stopTrack?: boolean): Promise<void>;
29
29
  setPriority(priority: RTCPriorityType): Promise<void>;
30
30
  stopMediaStreamTrack(): void;
31
- private checkProducerState;
32
- private createSelfConsumer;
33
- private closeSelfConsumer;
34
- private restartProducer;
35
- private isCodecsMatched;
36
- private cancelProducerCheckState;
37
31
  produce({ encodings, codecOptions, preferredCodec, transformParams, keyFrameRequestDelay, }: TrackProduceParams): Promise<void>;
38
32
  publish(): Promise<void>;
39
33
  unpublish(): Promise<void>;