| Direct Mode Integration | Documented | Documented | Documented | Documented |
| Backend Mode client feed | yieldAudioData() / yieldFramesData() | yield(_:end:audioFormat:) / yield(_:conversationID:) | yield(audioData,end,audioFormat) / yield(animations,reqId) | yieldAudioData() / yieldAnimations() |
| RTC Adapter path | @spatius/avatarkit-rtc | See Agora client setup | See Agora client setup | Not documented |
| Region config | region in AvatarSDK.initialize() | region in Configuration | region in Configuration | region in Configuration |
| Driving mode enum | DrivingServiceMode.direct / DrivingServiceMode.backend | .direct / .backend | DIRECT / BACKEND | direct / backend |
| Render quality | RenderQuality and setRenderQuality() | RenderQuality and setRenderQuality(_:) | RenderQuality and setRenderQuality() | Not documented |
| Render resolution cap | setRenderResolutionCap() | setRenderResolutionCap(enabled:maxHeight:) | setRenderResolutionCap(enabled,maxHeight) | Not documented |
| Device capability check | isDeviceSupported() / deviceScore() | isDeviceSupported() / deviceScore() | isDeviceSupported() / benchmark() | Not documented |
| Frame starvation behavior | FrameStarvationMode | FrameStarvationMode | FrameStarvationMode | Not documented |
| Strict sync mode | FrameStarvationMode.strictSync | FrameStarvationMode enum | STRICT_SYNC enum value | Not documented |
| Avatar bitmap export | AvatarView.exportBitmap() | Not documented | Not documented | Not documented |
| Avatar transform / bounds | avatarTransform, getBoundingRect() | Not documented | Not documented | Not documented |
ConnectionState callback | Direct Mode only | Documented | Documented | Documented |
ConversationState callback | Documented | Documented | Documented | Documented |
| Interrupt playback | interrupt() | interrupt() | interrupt() | Not documented |
| Pause / resume rendering | pause() / resume() | pauseRendering() / resumeRendering() | pauseRendering() / resumeRendering() | Not documented |
| Cache management | AvatarManager cache methods | AvatarManager cache methods | AvatarManager cache methods | Not documented |