Skip to content

Commit

Permalink
Small docs example code fix (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
liviu-timar authored May 7, 2024
1 parent ba0f534 commit c5d266d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/Android/03-guides/01-client-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ val streamVideo = StreamVideoBuilder(
tokenProvider = { error ->
// make an API call here to get a new token from your backend
},
loggingLevel = LoggingLevel(priority = Priority.Debug), // set the logging level
loggingLevel = LoggingLevel(priority = Priority.DEBUG), // set the logging level
).build()
```

Expand Down

0 comments on commit c5d266d

Please sign in to comment.