簡體   English   中英

bigbluebutton 未經授權 Session 未找到。 401

[英]bigbluebutton Unauthorized Session not found. 401

你好我正在嘗試使用 bigbluebutton 我安裝了它並且我正在嘗試加入會議但是我收到錯誤未授權 Session 未找到。 401 我還沒有使用任何代碼 API

<response>
<returncode>SUCCESS</returncode>
<messageKey>successfullyJoined</messageKey>
<message>You have joined successfully.</message>
<meeting_id>645b8fbaef16c732ce0d5d1b18e228ae871a51ce-1665354247961</meeting_id>
<user_id>w_yimip2runuko</user_id>
<auth_token>7wgto8qpdu07</auth_token>
<session_token>tsdknt1oozvo17ev</session_token>
<guestStatus>ALLOW</guestStatus>
<url>http://178.79.155.44/html5client/join?sessionToken=tsdknt1oozvo17ev</url>
</response>

這是響應,但是當我使用鏈接時出現錯誤

我正在嘗試加入我的計算機瀏覽器而不是服務器端

在調用Create相關的Api時,將allowRequestsWithoutSession參數的值設置為true,將另外兩個時間相關的參數考慮為較大的值。 下一步,調用與加入會議相關的方法。 用於創建:

allowRequestsWithoutSession=true
meetingExpireIfNoUserJoinedInMinutes=2000
meetingExpireWhenLastUserLeftInMinutes=360

Api 創建:

https://X.com/bigbluebutton/api/create?name=titile&meetingID=3ddce9f2-6414-4585-87e4-8fecb71ff226&allowRequestsWithoutSession=true&meetingExpireIfNoUserJoinedInMinutes=2000&meetingExpireWhenLastutesUsersum=3YInMin

加入Api:

https://X.com/bigbluebutton/api/join?role=MODERATOR&fullName=ahmad&userID=20&redirect=false&meetingID=0b8354fa-f0d2-4238-a1c2-254386693b7e&checksum=YYY

將 url 標簽復制到瀏覽器。 沒關系。 :)

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

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