Prerequisites

🚧 Content coming soon.

Dependency Installation

🚧 Content coming soon.

SDK Initialization

Get Plaud device agent and initialize SDK:
@property (nonatomic, strong) PlaudDeviceAgent* deviceAgent;
self.deviceAgent = [PlaudDeviceAgent shared];
[self.deviceAgent initSDKWithHostName: @"" appKey:@"PLAUD-3d8f7a2b-1712345678" bindToken:@"123456789" extra:@{}];
Implement the delegate protocol PlaudDeviceAgentProtocol:
@interface ScanDeviceViewController : UIViewController <UITableViewDataSource, UITableViewDelegate, PlaudDeviceAgentProtocol>

Quick Start Examples

🚧 Content coming soon.