Interface RoomCreatedListener


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface RoomCreatedListener
    Listener called when a room was created.
    Since:
    26

    *********************************
    EXPERIMENTAL - Subject to change
    ********************************

    Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.

    • Method Detail

      • roomCreated

        void roomCreated​(java.lang.String roomId)
        Method called when a room was created.
        Parameters:
        roomId - The ID of the room.