webSocketPort property
final
~english The WebSocket server port.
This property is effective only when enableDnsConfig is NO.
Can only be set when initializing the SDK with EMClient.init, cannot be altered in runtime.
~end
~chinese WebSocket 服务器端口。
enableDnsConfig 为 NO 时生效。只能在 EMClient.init 中设置,不能在程序运行过程中动态修改。 ~end
Implementation
final int? webSocketPort;