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();
})...