コード例 #1
0
        private async Task StartSpeakAsync(string userPhoneId)
        {
            AsynCallResult result = await _sdkService.RequireUserSpeak(userPhoneId);

            HasErrorMsg(result.m_rc.ToString(), result.m_message);
        }