@vkontakte/calls-sdk 2.6.2-beta.25 → 2.6.2-beta.26
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/calls-sdk.cjs.js +4 -4
- package/calls-sdk.esm.js +4 -4
- package/classes/Conversation.d.ts +1 -0
- package/package.json +1 -1
|
@@ -217,6 +217,7 @@ export default class Conversation extends EventEmitter {
|
|
|
217
217
|
private _onChatRoomUpdated;
|
|
218
218
|
private _onSharedMovieUpdate;
|
|
219
219
|
private _onSharedMovieInfoStarted;
|
|
220
|
+
private _processSharedMovieInfos;
|
|
220
221
|
private _processSharedMovieInfo;
|
|
221
222
|
private _processConnectionSharedMovieInfo;
|
|
222
223
|
private _onSharedMovieInfoStopped;
|