Skip to content

Commit

Permalink
Merge pull request #5589 from segmentio/DOC-747
Browse files Browse the repository at this point in the history
small fixes
  • Loading branch information
stayseesong authored Oct 25, 2023
2 parents 84feeae + 02cf98f commit c1d1eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you're using a previous Segment mobile library such as Analytics-iOS, follow

<br> You have now added Analytics-Swift to your project. Segment and Sovran show as Swift package dependencies. You can remove the analytics-iOS SDK from your app.

## 1.b) Modify your initialized instance.
### 1.b) Modify your initialized instance.

{% codeexample %}
{% codeexampletab Swift%}
Expand Down
2 changes: 1 addition & 1 deletion src/connections/spec/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ All playback events share the same event properties that describe information ab
| `ad_enabled` | Boolean | `false` if the user has adblock or any other ad blockers, otherwise `true` if they can view your video ads. |
| `quality` | String | The quality of the video, for example, `highres`, `hd1080`, or `480p`. |
| `method` | String | **For Video Playback Interrupted events only**, you can send this property denoting how the playback was interrupted (such as `browser redirect`, `device lock`, or `call`). |
| `livestream` | Boolean | If the playback will be a livetream, send `true`, otherwise `false`. |
| `livestream` | Boolean | If the playback will be a livestream, send `true`, otherwise `false`. |

### Playback events
Below is the full list of Video Playback Events.
Expand Down

0 comments on commit c1d1eb9

Please sign in to comment.