wcs-3050

  1. E

    FPWCSApi2Stream#play() causes the NSMicrophoneUsageDescription permission dialog to appear

    Hi. I'm using iOS SDK 2.5.2 // It is written in NativeScript(TypeScript), but it doesn't affect the nature of the problem. FPWCSApi2.createSessionError(sessionOptions) .onCallback(kFPWCSSessionStatus.Established, (session): void => { session.createStreamError(streamOptions).play(); })...
Top