mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
930 B
930 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
phone.groupCallStreamRtmpUrl | RTMP URL and stream key to be used in streaming software | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/phone_groupCallStreamRtmpUrl.html |
Constructor: phone.groupCallStreamRtmpUrl
RTMP URL and stream key to be used in streaming software
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | RTMP URL |
key | string | Yes | Stream key |
Type: phone.GroupCallStreamRtmpUrl
Example:
$phone_groupCallStreamRtmpUrl = ['_' => 'phone.groupCallStreamRtmpUrl', 'url' => 'string', 'key' => 'string'];