aws / amazon-chime-sdk-cpp

Apache License 2.0
13 stars 5 forks source link

Documentation is ahead of the SDK implementation? #16

Closed tomadamatkinson closed 7 months ago

tomadamatkinson commented 9 months ago

The API Overview looks to be ahead of the SDK implementation.

The overview mentions the chime::ConsoleLogger, the Logger interface and MeetingSessionDependencies which are not present in the chime-sdk-signaling-cpp folder.

Is there a newer version of the SDK which has not been published yet?

hokyungh commented 9 months ago

Hi sorry for the confusion on here, so there are currently two projects on this repo.

  1. Signaling SDK = Open sourced
  2. Windows SDK = Closed sourced only release binary.

The API overview is for Windows CPP SDK. For signaling sdk api, refer to here

tomadamatkinson commented 9 months ago

Ah, this makes sense! Is there a reason why there is a discrepancy between the two SDKs?

hokyungh commented 9 months ago

so Windows SDK is actually standalone C++ SDK which incorporates our media layer, so with it, it doesn't require any dependencies. However, for signaling SDK, you will have to build and run your own webRTC.