GetGroupCallStreams constructor
const
GetGroupCallStreams({
- required int groupCallId,
Returns information about available group call streams
Implementation
const GetGroupCallStreams({
required this.groupCallId,
});