Skip to content

Commit

Permalink
Merge pull request #5 from ConnectSDK/lgcast
Browse files Browse the repository at this point in the history
Modified iOS API and developer guide for remote camera
  • Loading branch information
seokhee-lee committed Jul 26, 2022
2 parents d849cd0 + 1f1f4f3 commit af43afd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docs/apis-ios/ios-remotecameracontroldelegate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@ Methods
-------

\- (void)remoteCameraDidPair
Calls when the remote camera and TV are first connected (You have to guide the user to accept the connection on the TV.)
Calls when the remote camera and TV are first connected (You have to guide the user to accept the connection on the TV.)

\- (void)remoteCameraDidStart:(BOOL)\ *result*
Calls to pass success or failure of connection with TV after starting remote camera function
Calls to pass success or failure of connection with TV after starting remote camera function

**Parameters:**

- result – Connection result with TV

\- (void) **remoteCameraDidStop**:(BOOL)\ *result*
Calls to pass the result of a remote camera stop request.
Calls to pass the result of a remote camera stop request.

**Parameters:**

- result – Remote camera stop result

\- (void) **remoteCameraDidPlay**
Calls when data transmission starts by requesting remote camera execution from TV.
Calls when data transmission starts by requesting remote camera execution from TV.

\- (void) **remoteCameraDidChange**:(RemoteCameraProperty)\ *property*
Calls when a camera setting is changed by TV App request.
For the property types, refer to :doc:`RemoteCameraProperty <ios-remotecameraproperty>`.
Calls when a camera setting is changed by TV App request.
For the property types, refer to :doc:`RemoteCameraProperty <ios-remotecameraproperty>`.

**Parameters:**

- property – Remote camera property

\- (void) **remoteCameraErrorDidOccur**:(RemoteCameraError)\ *error*
Calls when an error occurs after starting the remote camera.
For error types, refer to :doc:`RemoteCameraError <ios-remotecameraerror>`.
Calls when an error occurs after starting the remote camera.
For error types, refer to :doc:`RemoteCameraError <ios-remotecameraerror>`.

**Parameters:**

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ios/ios-remote-camera.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Search for devices (TVs) connected to your home network. You can set the filter
The remote camera function requires the camera and microphone permission. The user must grant these permissions when the remote camera is first executed.
Register NSCameraUsageDescription and NSMicrophoneUsageDescription in ``Info.plist``.
.. code-block::
.. code-block:: obj-c
<key>NSCameraUsageDescription</key>
<string></string>
Expand Down

0 comments on commit af43afd

Please sign in to comment.