5#ifndef SKYWAY_CORE_INTERFACE_REMOTE_MEDIA_STREAM_HPP_
6#define SKYWAY_CORE_INTERFACE_REMOTE_MEDIA_STREAM_HPP_
8#include <api/media_stream_interface.h>
10#include "skyway/core/interface/remote_stream.hpp"
22 virtual rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>
GetTrack()
const = 0;
RemoteMemberで扱うStream
Definition remote_stream.hpp:15