アプリケーションでSkyWay全体の設定、取得を行うStaticなコンテキスト
Definition context.hpp:23
static std::string GetVersionString()
SkyWay SDK for Linuxのバージョンを取得します。
static bool Setup(const std::string &token, core::Context::EventListener *listener, const SkyWayOptions &options)
Contextを初期化します。
イベントリスナ
Definition context.hpp:49
SkyWay全体の設定、取得を行うStaticなコンテキスト
Definition context.hpp:46
SkyWayの利用に関する設定
Definition context.hpp:30
bool enable_webrtc_log
WebRTCのログを有効にします
Definition context.hpp:34
global::interface::Logger::Level log_level
ログレベル
Definition context.hpp:32
ContextのSetup時に使用するオプション
Definition context_options.hpp:28