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

x/mtkruto/tl/2_types.ts>GroupCallParticipantVideoSourceGroup_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class GroupCallParticipantVideoSourceGroup_
import { GroupCallParticipantVideoSourceGroup_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Describes a group of video synchronization source identifiers

Constructors

new
GroupCallParticipantVideoSourceGroup_(params: { semantics: string; sources: Array<number>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
semantics: string

SDP semantics

sources: Array<number>

Source IDs

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc