owt-client-native
owt-client-native copied to clipboard
Not able to see the libsioclient.a in iOS release package
Hi,
I have downloaded the "CS_WebRTC_Client_SDK_iOS.v4.3.1".
In this download, I couldn't able to find the libsioclient.a in iOS package.
I am missing anything. Please guide me on this. Thanks!
Thanks and Regards, Ibrahim Sulaiman
Hi Ibrahim,
Starting from 4.3.1, Socket.IO cpp binaries are not included in release packages. You could build it from its source code.
Hi jianjunz, How to build sio lib with tls no verification ?
Otherwise , i find sio event delay so much, while switch network,or owt leave room. for eg. i trigger leave room like
[self.owtConferenceClient leaveWithOnSuccess:^{
CLogInfo(@"owt client leave room success.");
} onFailure:^(NSError * _Nonnull error) {
CLogInfo(@"owt client leave room failed");
}];
it callback after about 3 seconds.
or switch from wifi -> 4g
socketio trigger reconnecting about 30+ seconds.
i suggest libsioclient_tls_no_verification.a in CS_WebRTC_Client_SDK_iOS.v4.3 is a debug version cause this.
can u give me some help ?
thank you jianjunz!
How build libsioClient.a 、 libsioclient_tls_no_verification.a、libsioclient_tls.a
get libsioClient.a,https://github.com/socketio/socket.io-client-cpp/blob/master/INSTALL_IOS.md
https://github.com/socketio/socket.io-client-cpp/blob/master/INSTALL_IOS.md。 Ihad try this.but it is not run.
https://github.com/socketio/socket.io-client-cpp/blob/master/INSTALL_IOS.md It is too old to build on xcode 13.