@vkontakte/calls-sdk 2.5.2-beta.3 → 2.5.2-dev.2311be3.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.
|
@@ -179,6 +179,7 @@ export default class Conversation extends EventEmitter {
|
|
|
179
179
|
changeParticipantState(state: {
|
|
180
180
|
[key: string]: string;
|
|
181
181
|
}): Promise<void>;
|
|
182
|
+
requestKeyFrame(participantStreamDescription: ParticipantStreamDescription): Promise<void | SignalingMessage>;
|
|
182
183
|
updateDisplayLayout(layouts: ParticipantLayout[]): Promise<void>;
|
|
183
184
|
private _stopStreaming;
|
|
184
185
|
private _sendUpdateDisplayLayout;
|
package/package.json
CHANGED
|
@@ -21,10 +21,6 @@ export declare type Layout = {
|
|
|
21
21
|
* Поддерживаемые значения: `cv` и `cn`, что соответствует CSS `cover` и `contain`
|
|
22
22
|
*/
|
|
23
23
|
fit: string;
|
|
24
|
-
/**
|
|
25
|
-
* Запрос опорного кадра, нужно не злоупотреблять, негативно влияет на качество видео
|
|
26
|
-
*/
|
|
27
|
-
keyFrame: boolean;
|
|
28
24
|
};
|
|
29
25
|
/**
|
|
30
26
|
* Запрос остановки стрима
|