trtc.startLocalVideo()
// To preview the camera image, you need to place an HTMLElement in the DOM, which can be a div tag, assuming its id is local-video.const view = 'local-video';await trtc.startLocalVideo({ view });
trtc.startLocalAudio()
await trtc.startLocalAudio();
문제 해결에 도움이 되었나요?
더 자세한 내용은 문의하기 또는 티겟 제출 을 통해 문의할 수 있습니다.
피드백