8000 [iOS] stop capture RTCVideoSource if it been opened before by artsector · Pull Request #229 · flutter-webrtc/flutter-webrtc · GitHub
[go: up one dir, main page]

Skip to content

[iOS] stop capture RTCVideoSource if it been opened before #229

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

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

artsector
Copy link
Contributor

for more details see the conversation - #228

@@ -291,6 +291,9 @@ - (void)getUserVideo:(NSDictionary *)constraints

if (videoDevice) {
RTCVideoSource *videoSource = [self.peerConnectionFactory videoSource];
if (self.videoCapturer) {
Copy link
Member

Choose a reason for hiding this comment

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

@artsector thank you for correct formatting 😉.

@ycherniavskyi ycherniavskyi merged commit b7a2c6e into flutter-webrtc:master Apr 17, 2020
cloudwebrtc pushed a commit that referenced this pull request Jul 4, 2020
[iOS] stop capture RTCVideoSource if it been opened before
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.

2 participants
0