The OpenTok React Native library includes the following components:
- OTPublisher -- Represents an OpenTok publisher.
- OTSession -- Represents an OpenTok session.
- OTSubscriber -- Represents an OpenTok subscriber.
- OTSubscriberView -- Used for custom rendering of subscribers.
It also includes an OT object that includes methods for logging.
For details on events dispatched by the OTPublisher, OTSession, and OTSubscriber components, see Event data.