Layer 220
PhoneGroupCallStreamRtmpUrl
RTMP URL and stream key to be used in streaming software
constructor
phone.groupCallStreamRtmpUrl#2dbf3432 url:string key:string = phone.GroupCallStreamRtmpUrl;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | RTMP URL |
| Key | string | Stream key |
Returns
phone.GroupCallStreamRtmpUrlGogram Example
// Creating PhoneGroupCallStreamRtmpUrl constructor obj := &tg.PhoneGroupCallStreamRtmpUrl{ Url: "...", Key: "...", }