@vkontakte/calls-sdk 2.8.6-dev.708b0190.0 → 2.8.6-dev.77dd3c9d.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.
@@ -20,7 +20,6 @@ import { CompositeUserId, ParticipantId } from '../types/Participant';
20
20
  import { ParticipantLayout, RequestKeyFrame, StopStream } from '../types/ParticipantLayout';
21
21
  import { ParticipantListChunkParameters } from '../types/ParticipantListChunk';
22
22
  import SignalingMessage, { GetParticipantsSignalingResponse, GetRoomsSignalingResponse } from '../types/SignalingMessage';
23
- import { ChangeSimulcast } from '../types/ChangeSimulcast';
24
23
  import { IPublishStreamData, IRecordConfData, IStartStreamData, IStopStreamData } from '../types/Streams';
25
24
  import { SharingStatReport } from '../classes/screenshare/SharingStatReport';
26
25
  /**
@@ -100,7 +99,6 @@ export default abstract class BaseSignaling extends EventEmitter {
100
99
  abstract updateMediaModifiers(mediaModifiers: MediaModifiers): Promise<SignalingMessage>;
101
100
  abstract enableVideoSuspend(enabled: boolean): Promise<SignalingMessage>;
102
101
  abstract enableVideoSuspendSuggest(enabled: boolean): Promise<SignalingMessage>;
103
- abstract changeSimulcast(changeSimulcast: ChangeSimulcast): Promise<SignalingMessage>;
104
102
  abstract changeOptions(changes: {
105
103
  [key in ConversationOption]?: boolean;
106
104
  }): Promise<SignalingMessage>;