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

    Type Alias RoomArtifactWebhookEvent

    RoomArtifactWebhookEvent: Message<"plugnmeet.RoomArtifactWebhookEvent"> & {
        type: RoomArtifactType;
        artifactId: string;
        metadata?: RoomArtifactMetadata;
    }

    Webhook-specific Messages

    Type Declaration

    • type: RoomArtifactType

      from field: plugnmeet.RoomArtifactType type = 1;

    • artifactId: string

      from field: string artifact_id = 2;

    • Optionalmetadata?: RoomArtifactMetadata

      from field: plugnmeet.RoomArtifactMetadata metadata = 3;

    from message plugnmeet.RoomArtifactWebhookEvent