HMSRemovedFromRoom  
    data class HMSRemovedFromRoom(val reason: String, val peerWhoRemoved: HMSPeer?, val roomWasEnded: Boolean)
The notification that will be sent when someone is forced removed from the room by another person.
Parameters
reason
The reason given by the peerWhoRemoved for removing the peer from the room.
peerWhoRemoved  
The peer who removed the person from the room.
roomWasEnded  
true if the room was ended for everyone, false if only the receiver was removed from the room.