Sent to inform that the track denoted by trackId has changed their voice actiivty For this notification to work, the server must be configured to use VAD extension and the sender must support it.

interface MediaEvent_VadNotification {
    status: MediaEvent_VadNotification_Status;
    trackId: string;
}

Properties

Properties

trackId: string