VoiceSessionException constructor

const VoiceSessionException(
  1. VoiceSessionErrorType type,
  2. String message
)

Implementation

const VoiceSessionException(this.type, this.message);