Merge remote-tracking branch 'upstream/main' into SimonBrandner/fix/audio

This commit is contained in:
Šimon Brandner 2022-08-13 18:28:27 +02:00
commit 4ac5c2c677
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
19 changed files with 74 additions and 36 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
import { SDPStreamMetadataPurpose } from "matrix-js-sdk/src/webrtc/callEventTypes";
import React from "react";
import { useCallback } from "react";
import { RoomMember } from "matrix-js-sdk";
import { RoomMember } from "matrix-js-sdk/src/models/room-member";
import { useCallFeed } from "./useCallFeed";
import { useSpatialMediaStream } from "./useMediaStream";