NabtoDeviceWebrtc.create()
DESCRIPTION
Create an instance of NabtoDeviceWebrtc.
This class does not have a close method. Instead, this will close gracefully when nabto_device_stop()
is called on the underlying NabtoDevice context.
DECLARATION
static NabtoDeviceWebrtcPtr create(EventQueuePtr queue, NabtoDevicePtr device )
PARAMETERS
queue:
- The event queue to synchronize onto
device:
- The Nabto Device
RETURNS
A smart pointer to the created instance