@vkontakte/calls-sdk 2.6.2-beta.19 → 2.6.2-beta.20
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 +7 -7
- package/classes/Conversation.d.ts +2 -0
- package/package.json +1 -1
|
@@ -213,6 +213,8 @@ export default class Conversation extends EventEmitter {
|
|
|
213
213
|
private _onChatRoomUpdated;
|
|
214
214
|
private _onSharedMovieUpdate;
|
|
215
215
|
private _onSharedMovieInfoStarted;
|
|
216
|
+
private _processSharedMovieInfo;
|
|
217
|
+
private _processConnectionSharedMovieInfo;
|
|
216
218
|
private _onSharedMovieInfoStopped;
|
|
217
219
|
private _waitForStreamIfNeeded;
|
|
218
220
|
private _matchStreamDescription;
|