ZegoRoomStreamList constructor

ZegoRoomStreamList(
  1. List<ZegoStream> publishStreamList,
  2. List<ZegoStream> playStreamList
)

Implementation

ZegoRoomStreamList(this.publishStreamList, this.playStreamList);