SocketApi. iOS
Api to get socket information to connect to sockets.
Get socket information
Get all socket information needed for connection.
If request was successful you'll receive VMSSocketResponse
object. If any error would occur you would get an VMSApiError
object.
CODE
getSocketUrl(completion: (VMSSocketResponse?, VMSApiError?))