Skip to content

Commit

Permalink
update streaming url
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisabhash committed Jul 1, 2024
1 parent 1a5386d commit 6aabc94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

func streamingSessionURL(for region: String) throws -> URL {
let urlString = "wss://streaming-rekognition.\(region).amazonaws.com/start-face-liveness-session-websocket"
let urlString = "wss://streaming-rekognition-gamma.\(region).amazonaws.com/start-face-liveness-session-websocket"
guard let url = URL(string: urlString) else {
throw FaceLivenessSessionError.invalidRegion
}
Expand Down

0 comments on commit 6aabc94

Please sign in to comment.