plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias ActiveRoomWithParticipant

    ActiveRoomWithParticipant: Message<"plugnmeet.ActiveRoomWithParticipant"> & {
        roomInfo?: ActiveRoomInfo;
        participantsInfo: ParticipantInfo[];
    }

    Type Declaration

    • OptionalroomInfo?: ActiveRoomInfo

      from field: optional plugnmeet.ActiveRoomInfo room_info = 3;

    • participantsInfo: ParticipantInfo[]

      from field: repeated livekit.ParticipantInfo participants_info = 4;

    from message plugnmeet.ActiveRoomWithParticipant