interface SpeakerChangedEvent {
    isTalking: boolean;
    userId: string;
}

Properties

Properties

isTalking: boolean
userId: string