Layer 227
PhoneGroupCallStreamRtmpUrlObj
Contains the RTMP publishing URL and secret stream key, see creating and publishing an RTMP livestream.
constructor
phone.groupCallStreamRtmpUrl#2dbf3432 url:string key:string = phone.GroupCallStreamRtmpUrl;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | RTMP URL |
| Key | string | Secret stream key |
Returns
phone.GroupCallStreamRtmpUrlGogram Example
// Creating PhoneGroupCallStreamRtmpUrlObj constructor obj := &tg.PhoneGroupCallStreamRtmpUrlObj{ Url: "Hello, World!", Key: "Hello, World!", }