onRoomUpdate method Null safety

void onRoomUpdate(
  1. {required HMSRoom room,
  2. required HMSRoomUpdate update}
)

This is called when there is a change in any property of the Room

  • Parameters:
    • room: the room which was joined
    • update: the triggered update type. Should be used to perform different UI Actions

Implementation

void onRoomUpdate({required HMSRoom room, required HMSRoomUpdate update});