add todo comments and who works on them
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -220,6 +220,7 @@ export const GroupCallView: FC<Props> = ({
|
|||||||
try {
|
try {
|
||||||
setJoined(true);
|
setJoined(true);
|
||||||
// TODO-MULTI-SFU what to do with error handling now that we don't use this function?
|
// TODO-MULTI-SFU what to do with error handling now that we don't use this function?
|
||||||
|
// @BillCarsonFr
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof ElementCallError) {
|
if (e instanceof ElementCallError) {
|
||||||
setExternalError(e);
|
setExternalError(e);
|
||||||
|
|||||||
@@ -211,6 +211,7 @@ export const InCallView: FC<InCallViewProps> = ({
|
|||||||
// only by listening for the emitted event
|
// only by listening for the emitted event
|
||||||
// This needs to be done differential. with the vm connection state we start with Disconnected.
|
// This needs to be done differential. with the vm connection state we start with Disconnected.
|
||||||
// TODO-MULTI-SFU decide how to handle this properly
|
// TODO-MULTI-SFU decide how to handle this properly
|
||||||
|
// @BillCarsonFr
|
||||||
// if (connectionState === ConnectionState.Disconnected)
|
// if (connectionState === ConnectionState.Disconnected)
|
||||||
// throw new ConnectionLostError();
|
// throw new ConnectionLostError();
|
||||||
|
|
||||||
@@ -738,6 +739,7 @@ export const InCallView: FC<InCallViewProps> = ({
|
|||||||
const allLivekitRooms = useBehavior(vm.allLivekitRooms$);
|
const allLivekitRooms = useBehavior(vm.allLivekitRooms$);
|
||||||
const memberships = useBehavior(vm.memberships$);
|
const memberships = useBehavior(vm.memberships$);
|
||||||
const toggleScreensharing = useCallback(() => {
|
const toggleScreensharing = useCallback(() => {
|
||||||
|
// TODO-MULTI-SFU implement screensharing
|
||||||
throw new Error("TODO-MULTI-SFU");
|
throw new Error("TODO-MULTI-SFU");
|
||||||
// localParticipant
|
// localParticipant
|
||||||
// .setScreenShareEnabled(!isScreenShareEnabled, {
|
// .setScreenShareEnabled(!isScreenShareEnabled, {
|
||||||
|
|||||||
Reference in New Issue
Block a user