PhoneGroupCallStreamRtmpUrl constructor

const PhoneGroupCallStreamRtmpUrl({
  1. required String url,
  2. required String key,
})

Phone Group Call Stream Rtmp Url constructor.

Implementation

const PhoneGroupCallStreamRtmpUrl({required this.url, required this.key})
    : super._();