CXR-L(EN)
CXR-L(EN)
IntroductionQuick StartDevelopment Flow & State-MachineTerms and Abbreviations
Feature Development
Version HistoryAndroid
iOS
cxr-l-sdk · v1.0.3 · snapshot 2026-06-02· ↗ source
Version History
v1.0.3
- Android
client-lupgraded to 1.0.3; - Required app: when using client-l:1.0.3, Rokid AI App (mainland) must be ≥ 1.7.14;
- v1.0.3 documentation rewritten for developer integration; unified “scene building” wording;
- Android Glasses Custom View chapter adds CustomView JSON Schema (
LinearLayout,TextView,ImageView,RelativeLayout); - Glasses-side CXR-S integration merged into CXR-L docs (SDK Integration, Glasses Custom App, Custom Commands, Keys and System Broadcasts, etc.);
- Released phone-side RenewCXRLSample (
com.rokid.renewcxrlsample) and glasses-side CXRSWithCXRLSample (com.rokid.cxrswithcxrl) with OSS zip packages; - iOS documentation and Sample remain v1.0.1 (Android and iOS chapter versions in this bundle follow each chapter).
v1.0.2
- Android
client-lupgraded to 1.0.2; - Authentication:
requestAuthorizationrequires aGlassPermissionarray (e.g. microphone, camera, media); if the user already authorized, aPairmay be returned synchronously for immediate token parsing; sendCustomCmdacceptsCapsdirectly;- CXRLSample aligned with the APIs above.
- iOS
RGCxrClientupgraded to 1.0.2; CocoaPods requires the Rokid specs source; CxrClient.initialize(mode:options:)at launch distinguishes customApp / customView;- Auth
scopesuse SDK permission enums (e.g..microphone); - Most capability APIs return
RGCxrClientError?synchronously;sendCustomCmdsends without callback and receives vianotifyEventPublisher; - ios_cxr_l_sample aligned with the APIs above.
v1.0.1
- Initial SDK release;
- Authorization via Rokid AI App;
- Custom View session on glasses;
- Custom App session on glasses;
- Glasses-side audio stream;
- Remote photo capture via glasses;
- Custom command exchange with glasses-side custom apps.