|
@@ -29,7 +29,8 @@ export const useInviteRtc = () => {
|
|
inviterUserID: userStore.selfInfo.userID,
|
|
inviterUserID: userStore.selfInfo.userID,
|
|
inviteeUserIDList: userIDList,
|
|
inviteeUserIDList: userIDList,
|
|
groupID:"",
|
|
groupID:"",
|
|
- roomID: uuidV4(),
|
|
|
|
|
|
+ // roomID: uuidV4(),
|
|
|
|
+ roomID: `room-${userStore.selfInfo.userID}`,
|
|
timeout: 60,
|
|
timeout: 60,
|
|
mediaType,
|
|
mediaType,
|
|
sessionType: SessionType.Single,
|
|
sessionType: SessionType.Single,
|