Layer 228
constructor
phone.groupCallStreamRtmpUrl#2dbf3432 url:string key:string = phone.GroupCallStreamRtmpUrl;

Parameters

Name Type Description
Url string RTMP URL
Key string Secret stream key

Gogram Example

// Creating PhoneGroupCallStreamRtmpUrlObj constructor
obj := &tg.PhoneGroupCallStreamRtmpUrlObj{
    Url: "https://example.com",
    Key: "example",
}