Interface VoiceUpdatePayload

interface VoiceUpdatePayload {
    data: any;
    op: OnVoiceStateUpdate;
}

Properties

Properties

data: any