Class HMSRemovedFromRoom

  • All Implemented Interfaces:

    
    public final class HMSRemovedFromRoom
    
                        

    The notification that will be sent when someone is forced removed from the room by another person.

    • Constructor Detail

      • HMSRemovedFromRoom

        HMSRemovedFromRoom(String reason, HMSPeer peerWhoRemoved, Boolean roomWasEnded)
        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.