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

    Type Alias SpeechServiceEvent

    SpeechServiceEvent: Message<"plugnmeet.SpeechServiceEvent"> & {
        userId?: string;
        totalUsage: string;
    }

    Type Declaration

    • OptionaluserId?: string

      from field: optional string user_id = 3;

    • totalUsage: string

      from field: int64 total_usage = 4 [jstype = JS_STRING];

    from message plugnmeet.SpeechServiceEvent