Skip to content

@vkontakte/calls-sdk / addMovie

Function: addMovie()

ts
function addMovie(params): Promise<{
  movieId: number;
  streamType: string;
}>;

Добавляет видео/лайв в звонок

Parameters

ParameterTypeDescription
paramsIAddMovieParams

Returns

Promise<{ movieId: number; streamType: string; }>