Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Update documentation/subscriber.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Jan 18, 2013
1 parent e1cc02c commit 4c64965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/subscriber.md
Expand Up @@ -3,7 +3,7 @@
You can use a Subscriber object to stream audio and video from a stream in OpenTok to this device. A Subscriber is constructed by calling
[Session.subscribe(_stream_, _props_)](session.md#subscribestream-props). The Subscriber only represents the control of streaming that data,
not the UI. In order to present a view of this data, use a [VideoView](videoview.md#videoview) which can
be constructed using the [createView(_props_)](#createviewprops) method here.
be constructed using the [createView(_props_)](#createview_props_) method here.

<nav>
<table>
Expand Down

0 comments on commit 4c64965

Please sign in to comment.