Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

fix: peerConnectionAddICECandidateAsync getString #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SlZeroth
Copy link

candidateMap.getString("sdpMid"); have a error
because some of case sdpMid return null
but peerConnectionAddICECandidateAsync function doesn't have exception handling to get sdpMid

candidateMap.getString("sdpMid"); have a error
because some of case sdpMid return null
but peerConnectionAddICECandidateAsync function doesn't have exception handling to get sdpMid
@SlZeroth
Copy link
Author

SlZeroth commented Aug 28, 2020

only android has got this error because ios have a except handler

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant