Skip to content

Commit

Permalink
Rename pb errorResponse to requestResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Aug 26, 2024
1 parent 116e5c7 commit 091effc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/LiveKit/Core/SignalClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ private extension SignalClient {
case .subscriptionResponse:
log("Received subscriptionResponse message")

case .errorResponse:
log("Received errorResponse message")
case .requestResponse:
log("Received requestResponse message")

case .trackSubscribed:
log("Received trackSubscribed message")
Expand Down

0 comments on commit 091effc

Please sign in to comment.