matrix-js-sdk

    Type Alias GroupCallStatsReportEventHandlerMap

    The final report-events that get consumed by client.

    type GroupCallStatsReportEventHandlerMap = {
        "GroupCall.byte_sent_stats": (
            report: GroupCallStatsReport<ByteSentStatsReport>,
        ) => void;
        "GroupCall.call_feed_stats": (
            report: GroupCallStatsReport<CallFeedReport>,
        ) => void;
        "GroupCall.connection_stats": (
            report: GroupCallStatsReport<ConnectionStatsReport>,
        ) => void;
        "GroupCall.summary_stats": (
            report: GroupCallStatsReport<SummaryStatsReport>,
        ) => void;
    }
    Index

    Properties

    "GroupCall.byte_sent_stats": (
        report: GroupCallStatsReport<ByteSentStatsReport>,
    ) => void
    "GroupCall.call_feed_stats": (
        report: GroupCallStatsReport<CallFeedReport>,
    ) => void
    "GroupCall.connection_stats": (
        report: GroupCallStatsReport<ConnectionStatsReport>,
    ) => void
    "GroupCall.summary_stats": (
        report: GroupCallStatsReport<SummaryStatsReport>,
    ) => void
    MMNEPVFCICPMFPCPTTAAATR