when we trying to call getRegion method for second stream we receive "unauthorized" ( for first stream getRegion() works) . Ive checked MCU logs - nothing there.
链接已复制
7 回复数
You can specify role for user when calling createToken API, please download 3.5 client js document on this:
void N.API.createToken | ( | string | room, |
string | username, | ||
string | role, | ||
string | type, | ||
object | preference, | ||
function | callback, | ||
function | callbackError | ||
) |
You can go to https://software.intel.com/en-us/webrtc-sdk/download and download update 3.5.2 package, documents are included, please refer N.API.createToken in js document.
