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_getGroupCallStreamRtmpUrl_

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

Get RTMP URL and stream key for RTMP livestreams. Can be used even before creating the actual RTMP livestream with phone.createGroupCall (the rtmp_stream flag must be set).

Constructors

new
phone_getGroupCallStreamRtmpUrl_(params: { peer: enums.InputPeer; revoke: boolean; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.InputPeer

Peer to livestream into

revoke: boolean

Whether to revoke the previous stream key or simply return the existing one

Static Properties

__F: (params: { peer: enums.InputPeer; revoke: boolean; }) => enums.phone.GroupCallStreamRtmpUrl
readonly
[name]: string
readonly
[paramDesc]: ParamDesc