OpenVidu

사이트 설정에서 카메라, 마이크 권한이 “요청 또는 거부”인 경우 DeviceId를 찾지 못 하다가 “허용”으로 변경하면 해결될 수 있다.

Voice and video filters - OpenVidu Docs

https://i7a403.p.ssafy.io

OPENVIDUAPP

pingpongclass403

Eslint 적용은.. 껐다 켜야한다..

괜히 잘 적용했는데 안바뀌길래… 내가 뭘 잘못했나 한 1시간 넘게 찾은 것 같다..

특히 Function component is not a function declaration 이친구 진짜 죽을맛이었다..

Untitled

필터 적용 시 적용 여부 확인하고 싶다면 subscribeToRemote() 써야 한다.

//1 
let publisher = this.OV.initPublisher(undefined, publisherProperties);
// 2
// 내 화면을 볼 때 필터가 적용된 화면(남들이 보는 화면으로 보는 옵션)
// 8) Publish your stream, indicating you want to receive your remote stream to see the filters ---
publisher.subscribeToRemote();
// 3
this.state.session.publish(publisher)

setState로 state 변경 하려면 변경 함수 bind 해주자

도커 배포 관련