Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FE/feature/#410 TURN/STUN 서버 연결 #412

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

Doosies
Copy link
Collaborator

@Doosies Doosies commented Dec 7, 2023

변경 사항

  • 기존 구글서버 주소 지우고 백엔드 서버의 주소로 변경함.

@Doosies Doosies requested review from kimyu0218 and HeoJiye December 7, 2023 02:50
@Doosies Doosies self-assigned this Dec 7, 2023
@Doosies Doosies linked an issue Dec 7, 2023 that may be closed by this pull request
2 tasks
Copy link

cloudflare-workers-and-pages bot commented Dec 7, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 05dfa32
Status: ✅  Deploy successful!
Preview URL: https://7569f6b6.web09-magicconch.pages.dev
Branch Preview URL: https://fe-feature--410-turn-stun.web09-magicconch.pages.dev

View logs

Copy link
Collaborator

@kimyu0218 kimyu0218 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

연결 성공 😅 👏👏

Comment on lines +17 to +23
const prodIceServerConfig = [
{
urls: `${import.meta.env.VITE_WAS_URL}/turn`,
credential: import.meta.env.VITE_ICE_SERVER_CREDENTIAL,
username: import.meta.env.VITE_ICER_SERVER_USERNAME,
},
];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍

@kimyu0218 kimyu0218 linked an issue Dec 7, 2023 that may be closed by this pull request
@Doosies Doosies merged commit a6ee700 into dev Dec 7, 2023
1 check passed
@Doosies Doosies deleted the FE/feature/#410-TURN/STUN-서버-연결 branch December 7, 2023 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✅ STUN 서버에서 공인 IP 주소 반환 ✅ TURN/STUN 서버 연결
3 participants