Skip to content

Commit d37c712

Browse files
committed
add note about voip
1 parent 7ff10d1 commit d37c712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/SocketIOClientOption.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public enum SocketIOClientOption : ClientOption {
9797

9898
/// If passed `true`, the WebSocket transport will try and use voip logic to keep network connections open in
9999
/// the background. **This option is experimental as socket.io shouldn't be used for background communication.**
100+
@available(*, deprecated, message: "No longer has any effect, and will be removed in v11.0")
100101
case voipEnabled(Bool)
101102

102103
// MARK: Properties

0 commit comments

Comments
 (0)