Merge remote-tracking branch 'origin/livekit' into dbkr/openid

This commit is contained in:
David Baker
2023-07-03 17:03:58 +01:00
70 changed files with 609 additions and 323 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import React, { useCallback, useEffect, useState } from "react";
import { useCallback, useEffect, useState } from "react";
import { useHistory } from "react-router-dom";
import { GroupCall, GroupCallState } from "matrix-js-sdk/src/webrtc/groupCall";
import { MatrixClient } from "matrix-js-sdk/src/client";