onJoin abstract method

void onJoin({
  1. required HMSRoom room,
})

This will be called on a successful JOIN of the room by the user

This is the point where applications can stop showing its loading state

  • Parameter room: the room which was joined

Implementation

void onJoin({required HMSRoom room});