isVoiceAudioEvent static method

bool isVoiceAudioEvent(
  1. VoiceSseEventType type
)

Implementation

static bool isVoiceAudioEvent(VoiceSseEventType type) => type.isAudioEvent;