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

    Type Alias DataMessageReq

    DataMessageReq: Message<"plugnmeet.DataMessageReq"> & {
        roomId: string;
        roomSid: string;
        userId: string;
        userSid: string;
        msgBodyType: DataMsgBodyType;
        msg: string;
        RequestedUserId: string;
        sendTo: string[];
        isAdmin: boolean;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • roomSid: string

      from field: string room_sid = 2;

    • userId: string

      from field: string user_id = 3;

    • userSid: string

      from field: string user_sid = 4;

    • msgBodyType: DataMsgBodyType

      from field: plugnmeet.DataMsgBodyType msg_body_type = 5;

    • msg: string

      from field: string msg = 6;

    • RequestedUserId: string

      from field: string Requested_user_id = 7;

    • sendTo: string[]

      from field: repeated string send_to = 8;

    • isAdmin: boolean

      from field: bool is_admin = 9;

    from message plugnmeet.DataMessageReq