HMSMessageRecipient constructor

HMSMessageRecipient({
  1. required HMSPeer? recipientPeer,
  2. required List<HMSRole>? recipientRoles,
  3. required HMSMessageRecipientType hmsMessageRecipientType,
})

Implementation

HMSMessageRecipient(
    {required this.recipientPeer,
    required this.recipientRoles,
    required this.hmsMessageRecipientType});