SetVideoChatTitle constructor

SetVideoChatTitle({
  1. required int groupCallId,
  2. required String title,
})

Implementation

SetVideoChatTitle({required this.groupCallId, required this.title});