Parameter | Type | Description |
---|---|---|
options | PhotoRequestOptions | Optional configuration for the photo request |
Promise<PhotoData>
that resolves with the captured photo data.
Parameter | Type | Description |
---|---|---|
options | ManagedStreamOptions | Optional configuration for the managed stream |
Promise<StreamCheckResult>
with information about any active stream.
Parameter | Type | Description |
---|---|---|
options | RtmpStreamOptions | Configuration options for the stream |
Feature | Managed Streaming | Unmanaged Streaming |
---|---|---|
Infrastructure Required | None | RTMP Server |
Multiple Apps Can Stream | ✅ Yes | ❌ No (Exclusive) |
Blocks Other Apps | ❌ No | ✅ Yes |
Viewer URLs Provided | ✅ HLS/DASH/WebRTC | ❌ You manage |
Best For | Social media, prototypes, multi-app scenarios | Custom servers, exclusive access |
Requires Internet | Yes | No |