Layer 227
PhoneGroupCallStreamChannelsObj
Contains the available channels of an RTMP-mode group call, see playing an RTMP livestream.
constructor
phone.groupCallStreamChannels#d0e482b2 channels:Vector<GroupCallStreamChannel> = phone.GroupCallStreamChannels;
Parameters
| Name | Type | Description |
|---|---|---|
| Channels | Vector < GroupCallStreamChannel > | Available RTMP stream channels; may be empty while the external publisher is not sending media |
Returns
phone.GroupCallStreamChannelsGogram Example
// Creating PhoneGroupCallStreamChannelsObj constructor obj := &tg.PhoneGroupCallStreamChannelsObj{ Channels: &tg.VectorGroupCallStreamChannel{}, }