EricssonResearch / EricssonResearch/openwebrtc-examples

[NativeDemo][iOS] when the peer disconnect by other or hangup, and call again the remote video never show up

Open
#128 39 comments 0 reactions 0 assignees View on GitHub
iOS Native
Dominant language
Objective-C
Stars
336
Forks
209
PR merge metrics
No merged PRs in 30d

Description

Hi,
I has build up NativeDemo and work all fine at first time, that mean when the App first time start the video audio stream all fine, but if one of hangup the connect and try to call again, the remoteView show nothing.
I try to reset, like alloc new or reset still doesn't work:

nativeHandler = [[OpenWebRTCNativeHandler alloc] initWithDelegate:self];
[nativeHandler setSelfView:self.selfView];
[nativeHandler setRemoteView:self.remoteView];

/////////////////////////////////
- (IBAction)handupCallAction:(id)sender {
[nativeHandler terminateCall];
}

is there any suggestion?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.