Please, provide the following version numbers that your issue occurs with:
CLI: 5.3.4
Cross-platform modules: 5.3.1
Runtime(s): 5.3.0 (tns-android/tns-ios)
Please, tell us how to recreate the issue in as much detail as possible.
I want to request only audio stream to create audio call between two users.
Defining constraints as const constraints = new TNSRTCMediaStreamConstraints(true, false) and then passing it to getUserMedia(constraints) causes crash on android devices.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
I want to request only audio stream to create audio call between two users. Defining constraints as
const constraints = new TNSRTCMediaStreamConstraints(true, false)
and then passing it togetUserMedia(constraints)
causes crash on android devices.Error: