인프런 커뮤니티 질문&답변
RtcEngine.createWithContext 메서드 오류 건
작성
·
356
0
영상통화 app 강의 진행중인데요.
RtcEngine.createWithContext 관련 메서드가 없다고 오류가 나네요.
대처 방법이 있을까요?
script 및 오류
RtcEngineContext context = RtcEngineContext(appId: APP_ID);
engine = await RtcEngine.createWithContext(context);
--> error : The method 'createWithContext' isn't defined for the type RtcEngine
환경정보
environment:
sdk: '>=2.18.5 <3.0.0' agora_rtc_engine: ^6.0.0
permission_handler: ^10.2.0
답변 1
0
코드팩토리
지식공유자
안녕하세요!
영상에서 제공해주는 정확한 버전의 agora_rtc_engine을 사용해주세요!
영상 올라간 이후로 새로 버전이 업데이트돼서 현재 변경된부분 준비중입니다!





