Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>phone_checkGroupCall_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class phone_checkGroupCall_
extends Function_<number[]>
import { phone_checkGroupCall_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Check whether the group call Server Forwarding Unit is currently receiving the streams with the specified WebRTC source IDs.
Returns an intersection of the source IDs specified in sources, and the source IDs currently being forwarded by the SFU.

Constructors

new
phone_checkGroupCall_(params: { call: enums.InputGroupCall; sources: Array<number>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
call: enums.InputGroupCall

Group call

sources: Array<number>

Source IDs

Static Properties

__F: (params: { call: enums.InputGroupCall; sources: Array<number>; }) => number[]
readonly
[name]: string
readonly
[paramDesc]: ParamDesc