Fishjam Web SDK - v0.18.0
    Preparing search index...

    Notification sent when metadata of a multimedia track is updated

    interface ServerMessage_TrackMetadataUpdated {
        componentId?: string;
        peerId?: string;
        roomId: string;
        track: ServerMessage_Track;
    }
    Index

    Properties

    componentId?: string
    peerId?: string
    roomId: string