mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 16:37:50 +00:00
feat(rn,auth) add support for toekn URL auth
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
c19d91a373
commit
dca40dc6cb
@@ -27,7 +27,7 @@ export const isTokenAuthEnabled = (config: IConfig) =>
|
||||
* <tt>undefined</tt> if the pattern stored in config is not a string and the URL can not be
|
||||
* constructed.
|
||||
*/
|
||||
export const getTokenAuthUrl = (config: IConfig, roomName: string) => {
|
||||
export const getTokenAuthUrl = (config: IConfig, roomName: string | undefined) => {
|
||||
|
||||
const url = config.tokenAuthUrl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user