MadelineProtoDocs/docs/API_docs/constructors/phone.groupCallStreamRtmpUrl.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];