Skip to content

Commit

Permalink
added doc for streamPropertyChanged event (#263)
Browse files Browse the repository at this point in the history
* added doc for streamPropertyChanged event
  • Loading branch information
evillemez authored and Manik Sachdeva committed Apr 16, 2019
1 parent 71590e7 commit 7d02122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/OTSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ class App extends Component {
* **streamCreated** (Object) — Sent when a new stream is created in this session.

* **streamDestroyed** (Object) - Sent when a stream is no longer published to the session.


* **streamPropertyChanged** (Object) - Sent when a stream has started or stopped publishing audio or video or if the video dimensions of the stream have changed.

### Setting Session options:

Expand Down

0 comments on commit 7d02122

Please sign in to comment.