Skip to content

Commit

Permalink
Revert "End demo meeting faster when video service unavailable (#636)" (
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyiz-amzn authored Oct 10, 2024
1 parent 4c49a9c commit e70eac3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1695,9 +1695,6 @@ class MeetingFragment : Fragment(),
object {}.javaClass.enclosingMethod?.name,
"${sessionStatus.statusCode}"
)
if (sessionStatus.statusCode == MeetingSessionStatusCode.VideoServiceFailed) {
onAudioSessionStopped(sessionStatus)
}
}

override fun onRemoteVideoSourceAvailable(sources: List<RemoteVideoSource>) {
Expand Down

0 comments on commit e70eac3

Please sign in to comment.