Layer 224
PhoneGroupCallStreamRtmpUrlObj
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 PhoneGroupCallStreamRtmpUrlObj constructor obj := &tg.PhoneGroupCallStreamRtmpUrlObj{ Url: "Hello, World!", Key: "Hello, World!", }