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

    Type Alias DataChannelMessage

    DataChannelMessage: Message<"plugnmeet.DataChannelMessage"> & {
        id: string;
        type: DataMsgBodyType;
        fromUserId: string;
        toUserId?: string;
        message: string;
    }

    Type Declaration

    • id: string

      from field: string id = 1;

    • type: DataMsgBodyType

      from field: plugnmeet.DataMsgBodyType type = 2;

    • fromUserId: string

      from field: string from_user_id = 3;

    • OptionaltoUserId?: string

      from field: optional string to_user_id = 4;

    • message: string

      from field: string message = 5;

    from message plugnmeet.DataChannelMessage