0

次のコードで Relay SDK を使用して Signalwire の電話番号を購読しようとしています。

this.client1 = new Relay({
        project: 'myprojectid',
        token: jwtToken,
    })
    
    this.client1.subscribe({
        protocol: "WSS",
        channels: ["channel1", "channel2"]
    }).then(r => {
        console.log(r);
    })

エラーがスローされます:

"code": -32004,
 "message": "Ignored 'blade.subscription' request because the protocol is not available"

ドキュメントを検索してみましたが、Relay SDK を使用してチャンネルをサブスクライブする方法が見つかりませんでした。「TLS」、「TCP」、「http、https」などの他のプロトコルも試しましたが、成功しませんでした。チャンネルまたは電話番号を購読するためのドキュメントを共有してください。

4

0 に答える 0