cost 156 ms
認證 Azure Email Python 中使用服務主體的通信服務

[英]Authenticate Azure Email Communication Services using Service Principals in Python

我正在嘗試在我的 Azure Static Web 應用程序中創建一個 API,當我的應用程序中發生表單提交時,它會發送一個 email。 我能夠通過將連接字符串傳遞給 EmailClient 來實現此功能,但我更願意按照 email 快速入門中的建議並在SMS 快速入門中簡要說明,使用 Azure ...

Azure 通訊發送郵件

[英]Azure Comms to send emails

需要注意的是,我看到 Azure.Communication.Email 是預發布的,所以它可能不起作用,但下面的示例代碼只是掛起。 知道 Azure.Communication.Email 是否有效嗎? ...

Azure 通信服務 email 發送錯誤

[英]Azure communication service email sending error

我在azure中創建了一個通信服務來發送郵件。 然后我添加了一個經過驗證的自定義域。 但是,當我發送 email 時,出現這樣的錯誤; RestError:指定的發件人域尚未鏈接。 我能夠使用 azure 托管域郵件成功發送。 這是我的代碼: const connectionString = `e ...

如何使用 Azure 通信服務獲取 Teams Interop 的 Teams 用戶 ID

[英]How to get the Teams User Id for Teams Interop Using Azure Communication Services

此問題的答案有資格獲得+50聲望賞金。 賞金寬限期已結束。 Tomonso Ejang正在尋找可靠來源的答案。 我已經從 Microsoft Teams 客戶端創建了一個 Microsoft Teams 會議,例如會議鏈接: https://teams.microsoft.com/l/meetu ...

嘗試從 Azure Function 腳本添加對“Azure.Communication.Sms”的引用時出錯

[英]Error when trying to add reference to "Azure.Communication.Sms" from Azure Function script

使用 C# 版本 6(和 3.1)csx Azure Function 腳本,我無法添加參考: #r "Azure.Communication.Sms" 我得到一個錯誤: 錯誤 CS0006:找不到元數據文件“Azure.Communication.Sms” 在 .net 6 控制台應用程序中引用 ...

Azure 通信調用 SDK 在開始調用時崩潰

[英]Azure Communication Calling SDK crashes on start call

我正在嘗試使用 Azure CommunicationCalling sdk 開始一對一通話。 我在其中一個 sdk 函數中發生崩潰,如下面的回溯屏幕截圖所示。 開始通話的代碼:- 我已驗證傳遞的呼叫代理和通信標識符 arr obj 不為零。 崩潰日志:- *** 由於未捕獲的異常“NSInvali ...

Azure 通訊服務

[英]Azure communication services

我在我的反應應用程序中使用 azure 通信服務來發送 email。 但它給出了 CORS 錯誤 import { EmailClient } from "@azure/communication-email"; function App() { const connectionString = " ...

Azure 通信服務 - 刪除第 3 方聊天消息

[英]Azure Communication Services - Delete 3rd Party Chat Messages

我正在嘗試使用 azure 通信服務實現聊天功能。 一個特殊的用例是,此聊天必須由一個管理角色管理。 應允許此稱為“主持”的管理角色刪除來自其他聊天參與者的選定消息。 目前還沒有找到方法,有什么推薦的嗎? ...

如何使用 JavaScript SDK 在 Azure 通信服務上發起群組通話?

[英]How do I start a group call on Azure Communication Services with the JavaScript SDK?

我正在嘗試使用 Azure 通信服務實現組呼叫,僅使用提供CallClient azure-communication-calling 。 當我從Call訪問組 ID 時,它是在CallClient.startCall之后通過Call.info.groupId返回的,它是空白的。 我的問題是,如何獲 ...

將 azure 通信服務流式傳輸到 azure 媒體直播流

[英]Stream azure communication services to azure media live stream

我目前正在創建一個將虛擬會議流式傳輸給更多觀眾的應用程序。 我正在使用 azure 通信服務視頻通話進行視頻聊天。 我想將此調用的輸出發送到 azure 媒體服務上的實時流事件。 這樣做的最佳方法是什么? 我是否必須捕獲視頻通話媒體並流式傳輸到 RTMP? 有沒有內置的方法可以做到這一點? ...

Azure 通訊服務 視頻通話錄音 - startRecordingAsync 需要 callbackURI

[英]Azure Communication Service Video Call recording - startRecordingAsync requires callbackURI

開始錄制視頻通話需要一個 callbackUri。 這個 callbackUri 有什么用? 我能找到的任何東西都非常模糊。 如果我應該構建 api 的是 url,它會傳入什么? 它期待什么回應? 我如何處理使用 localhost 進行測試? ...

Azure 通信服務 Web 呼叫 Blazor - npm 的問題

[英]Azure Communication Services Web Calling in Blazor - issues with npm

我正在嘗試使用 Azure 通信服務進行 web 呼叫。 看起來我能找到的唯一示例需要 node.js。我收到 npm 的錯誤。我是 npm 的新手。我收到數百個錯誤,基本錯誤是“錯誤 TS2300:構建:重復標識符” 這是我的 package.json ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM