浏览代码

fix(vpaas) send jitsiMeetId instead of billingId

master
Tudor-Ovidiu Avram 4 年前
父节点
当前提交
831c5ba59d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/billing-counter/constants.js

+ 1
- 1
react/features/billing-counter/constants.js 查看文件

1
 /**
1
 /**
2
  * The key for the billing id stored in localStorage.
2
  * The key for the billing id stored in localStorage.
3
  */
3
  */
4
-export const BILLING_ID = 'billingId';
4
+export const BILLING_ID = 'jitsiMeetId';
5
 
5
 
6
 /**
6
 /**
7
  * The prefix for the vpaas tenant.
7
  * The prefix for the vpaas tenant.

正在加载...
取消
保存